Hacker News new | ask | show | jobs
Show HN: ch, a terminal tool to highlight specific words in your command output (github.com)
4 points by dtonon 243 days ago
I needed to take a look at some live logs and quickly analyze some old ones, but I couldn't find anything effective to highlight terms, except for esoteric sed and awk commands. So I built ch - Colored Highlighter - a simple terminal tool to highlight specific words in your command output with colors. Perfect for tailing logs, debugging, and making command output more readable.