mirror of
https://codeberg.org/iff/pay-respects.git
synced 2025-10-06 00:22:43 +02:00
13 lines
173 B
TOML
13 lines
173 B
TOML
command = "eza"
|
|
|
|
[[match_err]]
|
|
pattern = [
|
|
"no such file or directory",
|
|
"does not exist"
|
|
]
|
|
suggest = [
|
|
'''
|
|
{{command[0]}} {{typo[1](file)}} {{opt::(?:\s)(-[\S]+)}}
|
|
''',
|
|
]
|