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