viddy
Modern watch command with time machine feature
TLDR
Watch a command with default interval
$ viddy '[ls -la]'
Watch with diff highlighting$ viddy -d '[df -h]'
Watch with a custom interval$ viddy -n [5] '[command]'
SYNOPSIS
viddy [options] command
DESCRIPTION
viddy is a modern replacement for the Unix watch command. It executes commands periodically and displays results with colored output and diff highlighting. Its standout feature is time machine mode, which lets you rewind through past command outputs. Press Space to toggle time machine mode, then use arrow keys to navigate history. Includes vim-like keybindings and a pager.
HISTORY
viddy was created by sachaos and is written in Rust.

