nushell/crates/nu-cli/src/shell
Kevin Del Castillo 928188b18e
Redesign custom canonicalize, enable multiple dots expansion earlier. (#1588)
* Expand n dots early where tilde was also expanded.

* Remove normalize, not needed.
New function absolutize, doesn't follow links neither checks existence.
Renamed canonicalize_existing to canonicalize, works as expected.

* Remove normalize usages, change canonicalize.

* Treat strings as paths
2020-04-16 11:29:22 +12:00
..
completer.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
filesystem_shell.rs Redesign custom canonicalize, enable multiple dots expansion earlier. (#1588) 2020-04-16 11:29:22 +12:00
help_shell.rs Add experimental new parser (#1554) 2020-04-06 19:16:14 +12:00
helper.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
shell_manager.rs Add experimental new parser (#1554) 2020-04-06 19:16:14 +12:00
shell.rs Add experimental new parser (#1554) 2020-04-06 19:16:14 +12:00
value_shell.rs Add experimental new parser (#1554) 2020-04-06 19:16:14 +12:00