Files
pay-respects/rules/eza.toml
2025-05-12 20:40:03 +02:00

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]+)}}
''',
]