cdup is a CLI utility to ascend directories by count. Currently supported shells are:
Currently you can install cdup by building it with cargo:
cargo install --target-dir ~/.local cdup
To get the run instructions for you shell, run the following:
cdup shell
That will print out instruction on how to enable the up
function for you shell. After that, you can use it by giving it argument about how many levels you want to ascend a directory:
sh
$ pwd
/home/rsprta/cdup
$ up 1
$ pwd
/home/rsprta
$ up 2
$ pwd
/
cdup uses the excellent clap library for its CLI.
GNU General Public License v3.0