Skip to content

Files

Latest commit

4ee25ed · Oct 30, 2013

History

History
This branch is up to date with sidiandi/codesearch:master.

lib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 19, 2013
Oct 30, 2013
Aug 30, 2012
Aug 30, 2012
Aug 30, 2012
These are the command-line Code Search tools from
https://github.com/junkblocker/codesearch, originally from
https://code.google.com/p/codesearch.

These binaries are for ARCH systems running OPERSYS.

To get started, run cindex with a list of directories to index:

	cindex /usr/include $HOME/src

Then run csearch to run grep over all the indexed sources:

	csearch DATAKIT

For details, run either command with the -help option, and
read http://swtch.com/~rsc/regexp/regexp4.html.