mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
19 lines
214 B
TOML
19 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:]}} '''
|
|
]
|