nushell/crates/nu-cli/src/shell
Jason Gedge 6535ae3d6e
Show directories and executable for command completion. (#2446)
* Show directories and executable for command completion.

Previously we chose from two sets for completing the command position:

1. internal commands, and
2. executables relative to the PATH environment variable.

We now also show directories/executables that match the relative/absolute path
that has been partially typed.

* Fix for Windows
2020-08-30 15:31:42 +12:00
..
completer.rs Show directories and executable for command completion. (#2446) 2020-08-30 15:31:42 +12:00
filesystem_shell.rs ls .file and ls **/.* show hidden files (#2379) 2020-08-21 21:49:34 -04:00
help_shell.rs Add method to convert ClassifiedBlock into completion locations. (#2316) 2020-08-21 15:37:51 -04:00
helper.rs Add configuration option to disable hinter (#2403) (#2405) 2020-08-27 17:45:55 +12:00
palette.rs Add ThemedPalette (#1873) 2020-06-26 16:40:12 +12:00
shell_manager.rs Refactor all completion logic into NuCompleter (#2252) 2020-07-25 11:39:12 +12:00
shell.rs Refactor all completion logic into NuCompleter (#2252) 2020-07-25 11:39:12 +12:00
value_shell.rs Add method to convert ClassifiedBlock into completion locations. (#2316) 2020-08-21 15:37:51 -04:00