universal-ctags has the objective of continuing the development from what existed in the Sourceforge area. Github exuberant-ctags repository was started by Reza Jelveh and was later moved to the universal-ctags organization.
universal-ctags has the objective of continuing the development from what existed in the Sourceforge area. Github exuberant-ctags repository was started by Reza Jelveh and was later moved to the universal-ctags organization.
To install universal-ctags, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install universal-ctags
To see what files were installed by universal-ctags, run:
port contents universal-ctags
To later upgrade universal-ctags, run:
sudo port selfupdate && sudo port upgrade universal-ctags
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.