mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
14 lines
258 B
TOML
14 lines
258 B
TOML
command = "cd"
|
|
|
|
[[match_err]]
|
|
pattern = [
|
|
"no such file or directory",
|
|
"does not exist"
|
|
]
|
|
# as rust runs on its own environment, it's not possible to change
|
|
# the directory automatically
|
|
suggest = [
|
|
'''
|
|
mkdir -p {{command[1]}} && \
|
|
cd {{command[1]}} '''
|
|
]
|