mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
10 lines
169 B
TOML
10 lines
169 B
TOML
|
|
command = "touch"
|
||
|
|
|
||
|
|
[[match_err]]
|
||
|
|
pattern = [ "No such file or directory" ]
|
||
|
|
suggest = [
|
||
|
|
'''
|
||
|
|
mkdir --parents {{cmd::(?:\s)+(.*[\\\/])(?:\s)*}}
|
||
|
|
touch {{command[1:]}} '''
|
||
|
|
]
|