pay-respects/rules/size.toml
2025-04-15 18:13:51 +02:00

11 lines
140 B
TOML

command = "size"
[[match_err]]
pattern = [
"file format not recognized",
"is a directory",
]
suggest = [
'''
du -h {{command[1:]}} '''
]