Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fmthoma/vgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vgrep -- A pager for grep

Screenshot

Usage

  • As a pager:
grep -rn data /some/path | vgrep  # -n for line numbers
  • As a drop-in replacement for grep:
vgrep data /some/path                  # recursive by default
vgrep data /some/path | vgrep default  # works with pipes, too

Installation

Installation via stack is recommended:

git clone https://github.com/fmthoma/vgrep.git
cd vgrep
stack setup
stack install

This will install vgrep to your ~/.local/bin directory.

About

A pager for grep

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •