nushell/crates/nu-cli/src
Anton Sagel 6600b3edfb
Expand multiple dots in path in completions (#13725)
# Description
This is my first PR, and I'm looking for feedback to help me improve! 

This PR fixes #13380 by expanding the path prior to parsing it.
Also I've removed some unused code in
[completion_common.rs](84e92bb02c/crates/nu-cli/src/completions/completion_common.rs
)
# User-Facing Changes

Auto-completion for "cd .../" now works by expanding to "cd ../../". 

# Tests + Formatting

Formatted and added 2 tests for triple dots in the middle of a path and
at the end.
Also added a test for the expand_ndots() function.
2024-09-09 14:39:18 -04:00
..
commands Use IntoValue in config code (#13751) 2024-09-05 09:44:23 +02:00
completions Expand multiple dots in path in completions (#13725) 2024-09-09 14:39:18 -04:00
menus Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
config_files.rs Error on non-zero exit statuses (#13515) 2024-09-07 06:44:26 +00:00
eval_cmds.rs Error on non-zero exit statuses (#13515) 2024-09-07 06:44:26 +00:00
eval_file.rs Error on non-zero exit statuses (#13515) 2024-09-07 06:44:26 +00:00
lib.rs Add top-level crate documentation/READMEs (#12907) 2024-07-14 10:10:41 +02:00
nu_highlight.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
print.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
prompt_update.rs Error on non-zero exit statuses (#13515) 2024-09-07 06:44:26 +00:00
prompt.rs cleanup osc calls for shell_integration (#12810) 2024-05-08 13:34:04 -05:00
reedline_config.rs Use IntoValue in config code (#13751) 2024-09-05 09:44:23 +02:00
repl.rs Error on non-zero exit statuses (#13515) 2024-09-07 06:44:26 +00:00
syntax_highlight.rs Overhaul $in expressions (#13357) 2024-07-17 16:02:42 -05:00
util.rs Error on non-zero exit statuses (#13515) 2024-09-07 06:44:26 +00:00
validation.rs Remove old alias implementation (#8797) 2023-04-07 21:09:38 +03:00