nushell/crates/nu-cli
Jason Gedge c973850571
Show completions more than one level below ~ (#2503)
Previously, we'd check for a `~/` prefix and then return the home directory as
the base `PathBuf`. We failed to consider pushing any of the other possible path
components into this base dir, which prevent completions more than one level
deep (for example, `~/.config/<TAB>` would fail).
2020-09-06 20:06:13 -04:00
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Show completions more than one level below ~ (#2503) 2020-09-06 20:06:13 -04:00
tests Num links added to ls -l output (#2496) 2020-09-06 12:36:50 -04:00
build.rs Add wasm sample for CI (#2372) 2020-08-19 07:34:05 +12:00
Cargo.toml use fs_extra to recursively move folders (#2487) 2020-09-04 11:44:53 +12:00