mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
12 lines
145 B
TOML
12 lines
145 B
TOML
command = "mv"
|
|
|
|
[[match_err]]
|
|
pattern = [
|
|
"no such file or directory"
|
|
]
|
|
suggest = [
|
|
'''
|
|
mkdir --parents {{command[-1]}} && \
|
|
{{command}} '''
|
|
]
|
|
|