hgrep

v 0.3.7 Updated: 7 months ago

Human-friendly Grep

hgrep is a grep tool to search files with given pattern and print the matched code snippets with human-friendly syntax highlighting. In short, it's a fusion of bat and grep or other alternatives like ripgrep. This is similar to -C option of grep command, but hgrep focuses on human readable outputs. hgrep is useful to survey the matches with contexts around them. When some matches are near enough, hgrep prints the lines within one code snippet. Unlike grep -C, hgrep adopts some heuristics around blank lines to determine efficient number of context lines.

https://github.com/rhysd/hgrep

To install hgrep, paste this in macOS terminal after installing MacPorts

sudo port install hgrep

Add to my watchlist

Installations 3
Requested Installations 3