The ultimate tool to create reusable functions from your shell history in an interactive way
Redo is a command line application to easily create reusable functions in your own shell. Think of redo like an interactive way combine multiple commands from your shell history in a single command. This can be handy for quickly re-doing multiple commands for example deleting and starting a new docker container.
Redo is a command line application to easily create reusable functions in your own shell. Think of redo like an interactive way combine multiple commands from your shell history in a single command. This can be handy for quickly re-doing multiple commands for example deleting and starting a new docker container.
To install redo-history, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install redo-history
To see what files were installed by redo-history, run:
port contents redo-history
To later upgrade redo-history, run:
sudo port selfupdate && sudo port upgrade redo-history
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.