nushell/crates/nu-cli/src/completions
pwygab 8d7bb9147e
Attempts to fix file completions for open, rm and ls (and other filesystem commands) (#5805)
* fixes the issue for 'open' and other commands that explicitly use `SyntaxShape::Filepath`

* fixes for `rm` and similar commands

* fixes for `ls`: potentially breaking?

* fmt

* a curious fix to the test

* a curious fix to the test, except for Windows this time

* fixes Windows tests failing

* resolves it by putting an explicit check for `ls`

* reverts unnecessary test changes; fmt

* changes the order of completion operations
2022-06-17 07:47:43 -05:00
..
base.rs Add MatchAlgorithm for completion suggestions (#5244) 2022-04-23 10:01:19 -05:00
command_completions.rs Add NU config to allow user be able to turn off external completion (#5773) 2022-06-14 14:28:11 -05:00
completer.rs Attempts to fix file completions for open, rm and ls (and other filesystem commands) (#5805) 2022-06-17 07:47:43 -05:00
completion_options.rs Update path completions to handle spaces (#5419) 2022-05-03 12:37:38 +12:00
custom_completions.rs Don't resuggest accepted completions (#5369) 2022-05-02 11:35:37 +02:00
directory_completions.rs nu-cli/completions: verify case for matching dir, .nu, file and command (#5506) 2022-05-11 16:16:52 -05:00
dotnu_completions.rs nu-cli/completions: verify case for matching dir, .nu, file and command (#5506) 2022-05-11 16:16:52 -05:00
file_completions.rs nu-cli/completions: verify case for matching dir, .nu, file and command (#5506) 2022-05-11 16:16:52 -05:00
flag_completions.rs Don't resuggest accepted completions (#5369) 2022-05-02 11:35:37 +02:00
mod.rs Update path completions to handle spaces (#5419) 2022-05-03 12:37:38 +12:00
variable_completions.rs nu-cli/completions: fix filter for variable completions (#5641) 2022-05-25 19:10:46 -05:00