CSearch is a simple source code search engine. It is intended to help programmers in a small to medium sized organization maintain an overview over and reuse parts of the various software projects within the organization.
It includes a command line tool that scans through a predefined set of
... [More]
software projects while building an index of the code and a small CherryPy based web interface that allows one to search for words or regular expressions in the code that has been indexed. [Less]