pay-respects/rules/size.toml

12 lines
140 B
TOML
Raw Normal View History

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