hilite is a simple Bash script for highlighting patterns in text streams with customizable colors.
Made with help of ChatGPT. :)
wget -O hilite https://raw.githubusercontent.com/YOUR_USERNAME/hilite/main/hilite
chmod +x hilite
mv hilite /usr/local/bin/tail -f logfile | hilite -l blue -m bright_cyan "error"
MIT License.