nushell/crates/nu-cli
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
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Show directories and executable for command completion. (#2446) 2020-08-30 15:31:42 +12:00
tests Create benign email test fixture (#2445) 2020-08-29 12:57:50 -04:00
build.rs Add wasm sample for CI (#2372) 2020-08-19 07:34:05 +12:00
Cargo.toml Add wasm sample for CI (#2372) 2020-08-19 07:34:05 +12:00