Like everyone, I use the cd
builtin command to navigate my directory-structure. Tab-completion comes in handy. Sometimes I use pushd
and popd
to jump between directories.
Some of those directories I use a lot. Is there a way to store them as a favorite, and then jump to that favorite by name?
I could easily shell-script this, and actually already did. But I want to know if there is a builtin, command or installable script for this.
I use bash 3.2 on macOS, but also bash 4.4 on Debian.