mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
13 lines
172 B
TOML
13 lines
172 B
TOML
|
|
command = "ls"
|
||
|
|
|
||
|
|
[[match_err]]
|
||
|
|
pattern = [
|
||
|
|
"no such file or directory",
|
||
|
|
"does not exist"
|
||
|
|
]
|
||
|
|
suggest = [
|
||
|
|
'''
|
||
|
|
{{command[0]}} {{typo[1](file)}} {{opt::(?:\s)(-[\S]+)}}
|
||
|
|
''',
|
||
|
|
]
|