pay-respects/rules/ls.toml

13 lines
172 B
TOML
Raw Permalink Normal View History

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