mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-01 23:25:11 +01:00
rules(size): non-binary file
This commit is contained in:
parent
68ebf56b50
commit
15790f15e5
1 changed files with 11 additions and 0 deletions
11
rules/size.toml
Normal file
11
rules/size.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
command = "size"
|
||||||
|
|
||||||
|
[[match_err]]
|
||||||
|
pattern = [
|
||||||
|
"file format not recognized",
|
||||||
|
"is a directory",
|
||||||
|
]
|
||||||
|
suggest = [
|
||||||
|
'''
|
||||||
|
du -h {{command[1:]}} '''
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue