a directory navigation utility for ksh93u+, bash, and zsh
SD is a directory navigation utility for ksh93u+, bash >= 4.2, and zsh >= 4.3, using frequency–recency tracking over an explicit visit history. Ksh-compatibility options are enabled: extglob in bash; KSH_ARRAYS, KSH_GLOB, POSIX_BUILTINS, and SH_WORD_SPLIT in zsh.
SD is a directory navigation utility for ksh93u+, bash >= 4.2, and zsh >= 4.3, using frequency–recency tracking over an explicit visit history. Ksh-compatibility options are enabled: extglob in bash; KSH_ARRAYS, KSH_GLOB, POSIX_BUILTINS, and SH_WORD_SPLIT in zsh.
To install sd-switchdir, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sd-switchdir
To see what files were installed by sd-switchdir, run:
port contents sd-switchdir
To later upgrade sd-switchdir, run:
sudo port selfupdate && sudo port upgrade sd-switchdir
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.