Skip to content

abanoubha/docseng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docseng (docse)

Local search engine for oflline docs. It is called docseng and also known as docse.

se is short for (s)earch (e)ngine.

docseng is short for (doc)umentation (se)arch (eng)ine.

docse is short for (doc)umentation (s)earch (e)ngine.

Resources & References

How to use ? (Commands)

# run the app
$ go run main.go

# build the app from source
$ go build -o docs .

# get dependencies, build binary/executable, run
go mod tidy && go build -o docse . && ./docse

# detect race conditions & memory leaks
go run -race .

source code

source code of docseng project is available at:

Tasks

  • indexing
  • searching

About

local search engine for offline docs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages