Files
pay-respects/rules/size.toml
2025-04-16 00:15:12 +02:00

20 lines
214 B
TOML

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