krep
v1.0.0
Published
searches in files, but more colorful than grep
Readme

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


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