viddy

Modern replacement for watch command with syntax highlighting

brewmacoslinux
Try with needOr install directly
Source

About

Modern watch command

Commands

viddy

Examples

Monitor system load and process count in real-time$ viddy 'uptime && ps aux | wc -l'
Watch git status changes with syntax highlighting$ viddy git status
Monitor disk usage every 2 seconds$ viddy -n 2 df -h