colortail

Tail command with syntax highlighting and color output support

brewmacoslinux
Try with needOr install directly
Source

About

Like tail(1), but with various colors for specified output

Commands

colortail

Examples

Monitor a log file with color syntax highlighting$ colortail /var/log/system.log
Follow log file updates in real-time with colors$ colortail -f /var/log/application.log
Display last 50 lines with color highlighting$ colortail -n 50 /var/log/syslog