pay-respects/core/rules/cat.toml
2024-12-08 16:54:47 +01:00

19 lines
205 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:]}}'''
]