8000 GitHub - bramtechs/search: Recursively find text in the current directory.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bramtechs/search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

search

Tiny command line utility to recursively find text in the current directory.

Usage

# search [keyword1] [keyword2] ...
search cout

Compilation

make

Installation

Adds the repo directory to $PATH in your ~/.bashrc

echo "PATH='\$PATH:$(pwd)'" >> ~/.bashrc

TODO

  • quotation mark support for finding specific word groups
  • -d argument to select directory to search
  • colored console output

About

Recursively find text in the current directory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0