nushell/crates/nu-cli/src/shell
Jason Gedge e4b42b54ad
Simplify NuCompleter. (#2254)
- Removing old code for dealing with escaping, since that has moved elsewhere.
- Eliminating some match statements in favour of result/option methods.
- Fix an issue where completing inside quotes could remove the quote at the
  beginning, if one already existed on the line but the replacement didn't have
  a quote at the beginning.
2020-07-25 10:41:14 -04:00
..
completer.rs Simplify NuCompleter. (#2254) 2020-07-25 10:41:14 -04:00
filesystem_shell.rs Match cleanup (#2248) 2020-07-25 08:40:35 -04:00
help_shell.rs Introduce completion abstractions to nushell. (#2198) 2020-07-18 14:55:10 +12:00
helper.rs Refactor all completion logic into NuCompleter (#2252) 2020-07-25 11:39:12 +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 Introduce completion abstractions to nushell. (#2198) 2020-07-18 14:55:10 +12:00