nushell/crates/nu-cli
Yuheng Su bb27b9f371
Don't resuggest accepted completions (#5369)
To avoid resuggesting the same completion, add a space after commands or flags that have been accepted via `Enter`. Don't do that for filepaths or external completions

* Add append_whitespace choice for suggestion

Signed-off-by: gipsyh <gipsyh.icu@gmail.com>

* Fixed `test <path>` appending space.

* Update reedline

Co-authored-by: sholderbach <sholderbach@users.noreply.github.com>
2022-05-02 11:35:37 +02:00
..
src Don't resuggest accepted completions (#5369) 2022-05-02 11:35:37 +02:00
tests Revert "nu-cli/completions: better fix for files with special characters (#5254)" (#5372) 2022-04-29 13:11:41 -05:00
Cargo.toml Fuzzy completion matching (#5320) 2022-04-24 16:43:18 -05:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00