This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
Releases: junkblocker/codesearch-pre-github
Releases · junkblocker/codesearch-pre-github
Binaries release with 'csearch -M' and 'cindex -filelist' support
More prebuilt platforms; saner flags; better help
- Move to simpler release tags.
- Change
-follow-symlinks flag
to-no-follow-symlinks
as-follow-symlinks
is the default. - Made prebuilt binaries work on all platforms.
- Better
cgrep
help.
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
-maxinvalidutf8ratio
option). - 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 MAXCOUNT
option. - A
-0
option to allow easier shell scripting use with thexargs
utility. - An
-indexpath
option for overriding$CSEARCHINDEX
. - Higher default trigram and file size limits controllable via
-maxtrigrams
and-maxfilelen
respectively. - symlinks are followed by default. This is overridable via the
-follow-symlinks=false
. - Improved documentation.