Describe the bug
Today I had to drop to zsh to tab complete and move a complexly named file:
zsh: mv Rick<tab> gets me:
❯ mv Rick\ Astley\ -\ Never\ Gonna\ Give\ You\ Up\ \(Official\ Music\ Video\)\ \[dQw4w9WgXcQ\].webm rick.webm
nu: same thing gets me:
╭ zeph /tmp 0s ✘1
╰─▶ mv `Rick Astley - Never Gonna Give You Up (Official Music Video) [dQw4w9WgXcQ].webm` rick.webm
Error:
───────────────────────────────────────┬────────────────────────────────────────
· ╰── could not find any files matching this glob pattern
How to reproduce
try to move a complexly named file by tab completing it
Expected behavior
whatever tab completion offers should be a useable string identifier to nushell to mean that file
Screenshots
No response
Configuration
| key |
value |
| version |
0.80.0 |
| branch |
|
| commit_hash |
|
| build_os |
linux-x86_64 |
| build_target |
x86_64-unknown-linux-gnu |
| rust_version |
rustc 1.69.0 (84c898d65 2023-04-16) (built from a source tarball) |
| cargo_version |
cargo 1.69.0 |
| build_time |
1980-01-01 00:00:00 +00:00 |
| build_rust_channel |
release |
| features |
default, zip |
| installed_plugins |
|
Additional context
No response
Describe the bug
Today I had to drop to zsh to tab complete and move a complexly named file:
zsh:
mv Rick<tab>gets me:nu: same thing gets me:
How to reproduce
try to move a complexly named file by tab completing it
Expected behavior
whatever tab completion offers should be a useable string identifier to nushell to mean that file
Screenshots
No response
Configuration
Additional context
No response