colorgrep
displays matching patterns in specific color (by alexcb)
xrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore [Moved to: https://github.com/BurntSushi/ripgrep] (by BurntSushi)
colorgrep | xrep | |
---|---|---|
3 | 1 | |
19 | 30,733 | |
- | - | |
2.8 | 7.1 | |
almost 2 years ago | almost 3 years ago | |
Go | Rust | |
Mozilla Public License 2.0 | GNU General Public License v3.0 or later |
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.
xrep
Posts with mentions or reviews of xrep.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-02.
-
What made you switch to Rust? (Can also be what made you learn Rust)
The https://github.com/BurntSushi/xrep link even still works haha.
What are some alternatives?
When comparing colorgrep and xrep you can also consider the following projects:
rainbow - :rainbow: Colorize commands output or STDIN using patterns.
gign - ⚙️ A cute .gitignore generator
docfd - TUI multiline fuzzy document finder
amber - A code search / replace tool
codesearch - Fork of Google codesearch with more options
tracexec - Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.