SCM Breeze is a set of shell scripts (for bash and zsh) that enhance your interaction with tools such as git. It integrates with your shell to give you numbered file shortcuts, a repository index with tab completion, and a community driven collection of useful SCM functions.
SCM Breeze is a set of shell scripts (for bash and zsh) that enhance your interaction with tools such as git. It integrates with your shell to give you numbered file shortcuts, a repository index with tab completion, and a community driven collection of useful SCM functions.
To install scm_breeze, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install scm_breeze
To see what files were installed by scm_breeze, run:
port contents scm_breeze
To later upgrade scm_breeze, run:
sudo port selfupdate && sudo port upgrade scm_breeze
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.