Skip to content

just-another-one-timmy/injackted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

injackted

Ever dreamed to perform fast search queries on your local files? Injackted is what you're looking for! It's kind of like Google, but not as cool and doesn't have adwords.

How to run

To clone the repo and compile crawler and client:

git clone https://github.com/just-another-one-timmy/injackted
cd injackted
export GOPATH=$(pwd)
go build src/crawler.go
go build src/sampleclient.go

To build an index:

# Assuming you are in the 'injackted' dir:
find `pwd` -type f -name "*.go" | ./crawler -o example-index

To run samle client:

echo "load example-index list-all q ^main$ bye-bye" | ./sampleclient

About

Ever dreamed to perform fast search queries on your local files? Injacked is what you're looking for! It's kind of like Google, but not as cool and doesn't have adwords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published