mirror of
https://codeberg.org/iff/pay-respects.git
synced 2025-10-06 00:22:43 +02:00
14 lines
163 B
TOML
14 lines
163 B
TOML
command = "mv"
|
|
|
|
[[match_err]]
|
|
pattern = [
|
|
"no such file or directory",
|
|
"not a directory"
|
|
]
|
|
suggest = [
|
|
'''
|
|
mkdir --parents {{command[-1]}} &&
|
|
{{command}} '''
|
|
]
|
|
|