viddy is a modern watch command. It can run a command periodically, displaying the result, highlighting diffs in output. It also has a time machine mode which allows rewinding output over time like video, moving backwards and forwards in time. viddy also allows for searching text, has vim like keymaps, as well as the ability to suspend and restart execution.
viddy is a modern watch command. It can run a command periodically, displaying the result, highlighting diffs in output. It also has a time machine mode which allows rewinding output over time like video, moving backwards and forwards in time. viddy also allows for searching text, has vim like keymaps, as well as the ability to suspend and restart execution.
To install viddy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install viddy
To see what files were installed by viddy, run:
port contents viddy
To later upgrade viddy, run:
sudo port selfupdate && sudo port upgrade viddy
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.