mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
12 lines
140 B
TOML
12 lines
140 B
TOML
|
|
command = "size"
|
||
|
|
|
||
|
|
[[match_err]]
|
||
|
|
pattern = [
|
||
|
|
"file format not recognized",
|
||
|
|
"is a directory",
|
||
|
|
]
|
||
|
|
suggest = [
|
||
|
|
'''
|
||
|
|
du -h {{command[1:]}} '''
|
||
|
|
]
|