krep

1.0.0 • Public • Published

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 Dependencies Status

Dependents (0)

Package Sidebar

Install

npm i krep

Weekly Downloads

160

Version

1.0.0

License

Unlicense

Unpacked Size

46.4 kB

Total Files

4

Last publish

Collaborators

  • monsterkodi