filesearch-server

command module
v0.0.0-...-1171344 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2016 License: MIT Imports: 9 Imported by: 0

README

This is a web server that exposes github.com/mjlyons/filesearch. Use it if you want to search a directory tree's text files (say, source files) over the web.

Once running, you can query as:

http://$SERVER/search?q=$QUERY

The results will come back as JSON.

The code is pretty sloppy right now. No tests, code duplication, yikes. Please don't judge me on it, maybe one day I'll clean this up!

Setup example

> go get github.com/mjlyons/filesearch-server
> go install github.com/mjlyons/filesearch-server
> $GOBIN/filesearch-server -precache-all-files -worker-count 20 -buffering 10 -src-root $SRC_PATH

Note, don't use a '/' at the end of $SRC_PATH.

MIT License.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL