/krep

more colorful than grep

Primary LanguageJavaScript

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