hwatch

Modern alternative to watch command with syntax highlighting

brewmacoslinux
Try with needOr install directly
Source

About

Modern alternative to the watch command

Commands

hwatch

Examples

Monitor system uptime and load average$ hwatch 'uptime'
Watch disk usage changes every 2 seconds$ hwatch -n 2 'df -h'
Monitor active network connections with color output$ hwatch 'netstat -an | grep ESTABLISHED'