Skip to content

Can be used to index any set of files and then search for keywords over the network. Useful where grep is too slow to be used.

License

Notifications You must be signed in to change notification settings

absagar/codesearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codesearch

Can be used to index any set of files and then search for keywords over the network. Useful where grep is too slow to be used.

This is a small project I took up to index up my entire codebase and another set of files which I need to search very frequently(using grep is painfully slow at that scale) and then serve the search results through a webpage using Django.

To use it, first create the index using the file createIndex.py. After that results can be served through a webserver.

About

Can be used to index any set of files and then search for keywords over the network. Useful where grep is too slow to be used.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages