colorgrep
displays matching patterns in specific color (by alexcb)
rainbow
:rainbow: Colorize commands output or STDIN using patterns. (by nicoulaj)
colorgrep | rainbow | |
---|---|---|
3 | 1 | |
19 | 255 | |
- | 0.4% | |
2.8 | 0.0 | |
almost 2 years ago | about 2 years ago | |
Go | Python | |
Mozilla Public License 2.0 | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
colorgrep
Posts with mentions or reviews of colorgrep.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-23.
- Show HN: Colorgrep
- colorgrep: a small cli that reads from stdin (or a file), and applies regex patterns which, when matched, are highlighted in different colors. I personally, use it for highlighting key messages in logs while debugging programs.
- I just made colorgrep, which applies multiple greps to an input, and highlights matches in different colors.
rainbow
Posts with mentions or reviews of rainbow.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-23.
-
I just made colorgrep, which applies multiple greps to an input, and highlights matches in different colors.
From the Python world, I've sometimes enjoyed using rainbow for this purpose.
What are some alternatives?
When comparing colorgrep and rainbow you can also consider the following projects:
docfd - TUI multiline fuzzy document finder
ChromaTerm - Color your Terminal with RegEx!
codesearch - Fork of Google codesearch with more options
yachalk - 🖍️ Terminal string styling done right
xrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore [Moved to: https://github.com/BurntSushi/ripgrep]
linesieve - An unholy blend of grep, sed, awk, and Python.