Skip to content

monsterkodi/krep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

krep

Search for text in files. Similar to grep or ag but way more colorful 😋

shot

usage

npm install -g krep

krep string    # search recursively in the current directory for 'string'
    
krep string .. # same as above, but in the parent directory

krep .. string # dito

krep two words # searches for 'two' and 'words'

krep file      # prints the whole file

npm package downloads

About

more colorful than grep

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors