kcd is a directory change utility similar to NCD. It helps you navigate the directory tree. You can also supply part of the desired directory name in the command line and let kcd find it for you.
kcd is a directory change utility similar to NCD. It helps you navigate the directory tree. You can also supply part of the desired directory name in the command line and let kcd find it for you.
To install kcd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kcd
To see what files were installed by kcd, run:
port contents kcd
To later upgrade kcd, run:
sudo port selfupdate && sudo port upgrade kcd
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.