]> _ Git - watchdiff.git/summary
 
descriptionPeriodically execute a command and highlight changes
last changeTue, 11 Jun 2024 21:01:28 +0000 (16:01 -0500)
readme

watchdiff

Executes a program periodically and displays the output with colors indicating changes as a diff. Additions are marked in green, and deletions in red. Colors will fade after consecutive executions with the same output.

Building and installing

make install

Help

Usage:
  watchdiff [options] -- <command>

Options:
  -n <seconds>  Time between updates in seconds
  -t            Turn off header with interval and command at top
  -h            Show this help text

Uses termbox2 and diff-match-patch-c

shortlog
2024-06-11 mivirlInitial commit master
heads
7 months ago master