pay-respects/rules/cat.toml
2023-08-06 02:26:09 +02:00

21 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
'''
]