pay-respects/rules/size.toml

20 lines
214 B
TOML
Raw Permalink Normal View History

2025-04-15 16:47:45 +02:00
command = "size"
[[match_err]]
pattern = [
"file format not recognized",
]
suggest = [
'''
du -h {{command[1:]}} '''
]
2025-04-16 00:15:12 +02:00
[[match_err]]
pattern = [
"is a directory",
]
suggest = [
'''
du -hs {{command[1:]}} '''
]