# install using
sudo npm install -g codegrep
# get help by just typing
codegrep
# go to a code directory and search trough it using
codegrep YOURSEARCHTERM
# search trough all js files
codegrep YOURSEARCHTERM --in *.js --in public/javascript/*
# exclude certain files from results
codegrep YOURSEARCHTERM --ex *.bin --ex build/*
# search case insensitive
codegrep YOURSEARCHTERM -i
# use a regex to search
codegrep /YOURREGEX/
-
Notifications
You must be signed in to change notification settings - Fork 2
Search trough codebases
License
Pita/codegrep
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Search trough codebases
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published