Alternatives to viddy

Rerun a command and compare its output over time. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as viddy.

  • hwatch

    An alternative to the watch command that keeps a history of output and shows differences.

    hwatch also keeps a history of output with a diff view, and adds JSON lines logging and change hooks, but it is listed for Linux only rather than Windows and macOS.

Also worth comparing

These listings name viddy as their own alternative, so the relationship runs both ways.

  • entr

    Runs a command whenever the files you pipe into it change.

    viddy reruns a command on a timer and keeps a searchable output history, rather than triggering on file changes as entr does.

Similar software

Related functionality, not a direct replacement.