google / codesearch

Fast, indexed regexp search over large file trees

Home Page:http://swtch.com/~rsc/regexp/regexp4.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install

enefry opened this issue · comments

commented

I want to source my android source like https://cs.chromium.org/
But after i
install golang-go
install codesearch
and run "go get github.com/google/codesearch/cmd/{cindex,csearch}"

cindex xxxSourcesxxx/

I don't know to make a website like https://cs.chromium.org/ to search android source
Is there any step-by-step guidance ?

I index android sources by openGrok before .
Is there any guidance like this
https://github.com/OpenGrok/OpenGrok/blob/master/README.txt

This is just a command-line tool, not a web site. For a web site maybe try https://codeascraft.com/2015/01/27/announcing-hound-a-lightning-fast-code-search-tool/.