mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
feat: get output from commandline
This commit is contained in:
parent
cba41a78e5
commit
8ae71443d6
4 changed files with 132 additions and 44 deletions
|
|
@ -64,3 +64,14 @@ repack,
|
|||
replace,
|
||||
)}} {{command[2:]}}'''
|
||||
]
|
||||
|
||||
[[match_err]]
|
||||
pattern = [
|
||||
"did not match any file"
|
||||
]
|
||||
suggest = [
|
||||
'''
|
||||
#[cmd_contains(checkout)]
|
||||
git checkout {{typo[2]({{shell(git branch)}})}}
|
||||
'''
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue