pay-respects/rules/eza.toml

13 lines
173 B
TOML
Raw Permalink Normal View History

2025-05-12 20:40:03 +02:00
command = "eza"
[[match_err]]
pattern = [
"no such file or directory",
"does not exist"
]
suggest = [
'''
{{command[0]}} {{typo[1](file)}} {{opt::(?:\s)(-[\S]+)}}
''',
]