Releases: fmthoma/vgrep
Releases · fmthoma/vgrep
v0.2.2
v0.2.1
v0.2
- Added support for a config file:
A YAML file located at~/.vgrep/config.yamlis recognized as configuration
file for colors, keybindings and other settings. The default config file can
be produced usingvgrep --dump-default-config > ~/.vgrep/config.yaml. - Added support for colorized input
(ANSI CSI/SGR escape codes).
vgrepcan now be used together witgrep --color=always(andgit grep --color=always), which is now enabled by default when usingvgrepas
drop-in replacement forgrep.