nu_scripts/sourced/filesystem
Eric Hodel c93ce14fc9
Improved CDPATH (#644)
This updated `c` command supports:
* Changing to the previous directory with `c -`
* Changing to absolute directories
* Completion of CDPATH entries
* Completion of absolute paths
* Completion of children

When completing CDPATH entries the parent directory is shown to provide
context in case multiple CDPATH entries have the same child directory
names.

Fixes #244
2023-10-19 06:35:32 -05:00
..
cdpath.nu Improved CDPATH (#644) 2023-10-19 06:35:32 -05:00
up.nu use repeat instead of string multiplication (#612) 2023-09-21 13:20:49 +02:00