Watch output and trigger on diff!
Ever want to have watch
output only tell you what changed? And not only what, but when? Now you can! Enter: watchdiff
.
Watchdiff will monitor command output and will output in the terminal whenever a difference was detected in the output of the running program.
bash
watchdiff <command>