mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
17 lines
216 B
TOML
17 lines
216 B
TOML
command = "c"
|
|
|
|
[[match_err]]
|
|
pattern = [
|
|
"command not found",
|
|
"unknown command",
|
|
"nu::shell::external_command"
|
|
]
|
|
suggest = [
|
|
'''
|
|
#[length(2)]
|
|
cd {{command[1:]}} ''',
|
|
'''
|
|
#[min_length(3)]
|
|
cp {{command[1:]}} '''
|
|
]
|
|
|