vgrep v0.2 Release Notes

Release Date: 2017-01-13 // over 7 years ago
    • ➕ Added support for a config file: A YAML file located at ~/.vgrep/config.yaml is recognized as configuration file for colors, keybindings and other settings. The default config file can be produced using vgrep --dump-default-config > ~/.vgrep/config.yaml.
    • ➕ Added support for colorized input (ANSI CSI/SGR escape codes). vgrep can now be used together wit grep --color=always (and git grep --color=always), which is now enabled by default when using vgrep as drop-in replacement for grep.