nushell/crates/nu-cli/src/completions
pwygab ae765c71fd
add config option to limit external command completions (#6076)
* add config option to limit external command completions

* fmt

* small change

* change name in config

* change name in config again
2022-07-19 12:39:50 -05:00
..
base.rs Add MatchAlgorithm for completion suggestions (#5244) 2022-04-23 10:01:19 -05:00
command_completions.rs add config option to limit external command completions (#6076) 2022-07-19 12:39:50 -05:00
completer.rs Fix alias completion crash (#5814) 2022-06-17 07:50:10 -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 cleanup $config as a built-in (#5852) 2022-06-22 13:13:03 -05:00