Skip to content

lethalbit/bookwurm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookwurm

bookwurm is a super simple document index and search interface. It was built for my needs and my needs alone, but everyone is more than welcome to use it if they so see fit.

bookwurm is backed by a meilisearch instance for the actual maintaining and searching of the index, the instance doesn't need to stay up, it only needs to be alive when bookwurm is trying to search the index or populate the index.

Installing

TODO

Usage

To index a directory:

$ python -m bookwurm index [-j NUM_THREADS] </path/to/directory>

To search index:

$ python -m bookwum search [-l RESULT_LIMIT] <query>

s

License

bookwurm licensed under the BSD-3-Clause and can be found in LICENSE.software.

About

dead simple document index and search, nothing fancy

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages