mirror of
https://codeberg.org/iff/pay-respects.git
synced 2025-10-06 00:22:43 +02:00
20 lines
214 B
TOML
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:]}} '''
|
|
]
|