rr is a basic command-line utility designed to retain/recall file and directory paths.
rr is a basic command-line utility designed to retain/recall file and directory paths. This is done by treating the filename itself as a unique key to be referenced for future rr program calls. The purpose of this is to assist the user in shorthand typing and/or not having to remember arbitrary full paths.
rr is a basic command-line utility designed to retain/recall file and directory paths. This is done by treating the filename itself as a unique key to be referenced for future rr program calls. The purpose of this is to assist the user in shorthand typing and/or not having to remember arbitrary full paths.
To install rr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rr
To see what files were installed by rr, run:
port contents rr
To later upgrade rr, run:
sudo port selfupdate && sudo port upgrade rr
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.