mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
rules(ls,eza): typo fixes
This commit is contained in:
parent
1db5bb06d7
commit
f33d9624b5
2 changed files with 24 additions and 0 deletions
12
rules/eza.toml
Normal file
12
rules/eza.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
command = "eza"
|
||||
|
||||
[[match_err]]
|
||||
pattern = [
|
||||
"no such file or directory",
|
||||
"does not exist"
|
||||
]
|
||||
suggest = [
|
||||
'''
|
||||
{{command[0]}} {{typo[1](file)}} {{opt::(?:\s)(-[\S]+)}}
|
||||
''',
|
||||
]
|
||||
12
rules/ls.toml
Normal file
12
rules/ls.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
command = "ls"
|
||||
|
||||
[[match_err]]
|
||||
pattern = [
|
||||
"no such file or directory",
|
||||
"does not exist"
|
||||
]
|
||||
suggest = [
|
||||
'''
|
||||
{{command[0]}} {{typo[1](file)}} {{opt::(?:\s)(-[\S]+)}}
|
||||
''',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue