nushell/crates/nu-cli
Jason Gedge 188d33b306
Add a custom path completer to nushell. (#2463)
Previously, we used rustyline's filename completer. This allowed us to make
progress on the completion engine without building all the parts at once. We now
need our own filename completer to make progress.

The primary driver to having our own filename completer is that it can better
integrate with our path constructs. For example, if we have

    > ls .../<TAB>

we want to show a list of suggestions that includes all files two directories up
from the current working directory. The least jarring experience to a user would
be to maintain the three dots. The easiest way for us to do this is by building
our own completer and path constructs.
2020-08-30 22:28:09 -04:00
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Add a custom path completer to nushell. (#2463) 2020-08-30 22:28:09 -04: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