mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
19 lines
258 B
TOML
19 lines
258 B
TOML
command = "cat"
|
|
|
|
[[match_err]]
|
|
pattern = [
|
|
"no such file or directory"
|
|
]
|
|
suggest = [
|
|
'''
|
|
cat {{typo[1](file)}} '''
|
|
]
|
|
|
|
[[match_err]]
|
|
pattern = [
|
|
"is a directory"
|
|
]
|
|
suggest = [
|
|
'''
|
|
ls {{command[1:]}} --almost-all --color=auto --group-directories-first '''
|
|
]
|