This repository was archived by the owner on Jul 11, 2022. It is now read-only.
First binaries release
This release contains the following changes over the original codesearch.
- Don't just ignore a file just because it has a few non-UTF-8 characters (controllable via the
-maxinvalidutf8ratiooption). - Support for file exclude patterns via
$HOME/.csearchignore. - Support for limited search results for speed for IDEs/Editor plugins (e.g. by the unite-codesearch vim plugin) via
-m MAXCOUNToption. - A
-0option to allow easier shell scripting use with thexargsutility. - An
-indexpathoption for overriding$CSEARCHINDEX. - Higher default trigram and file size limits controllable via
-maxtrigramsand-maxfilelenrespectively. - symlinks are followed by default. This is overridable via the
-follow-symlinks=false. - Improved documentation.