nushell/crates/nu-cli/src
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
..
commands Aliases (#1589) 2020-04-15 17:43:23 +12:00
data Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
env some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
evaluate Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
format some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
shell Redesign custom canonicalize, enable multiple dots expansion earlier. (#1588) 2020-04-16 11:29:22 +12:00
stream Introduce InterruptibleStream type. 2020-03-29 17:03:01 -04:00
utils Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
cli.rs Add alias support to scripts and -c (#1593) 2020-04-16 05:50:35 +12:00
commands.rs Aliases (#1589) 2020-04-15 17:43:23 +12:00
context.rs Aliases (#1589) 2020-04-15 17:43:23 +12:00
data.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
deserializer.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
env.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
format.rs some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
futures.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
git.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
lib.rs Add alias support to scripts and -c (#1593) 2020-04-16 05:50:35 +12:00
path.rs Redesign custom canonicalize, enable multiple dots expansion earlier. (#1588) 2020-04-16 11:29:22 +12:00
prelude.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
shell.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
utils.rs Bump a lot of deps (#1560) 2020-04-07 19:51:17 +12:00