Search engine for EPUB files on local machine
If you want EPUB search web application, check EPUB Searcher out.
$ gem install epub-search
$ epub-search help
Commands:
epub-search add FILE # Add FILE to database
epub-search help [COMMAND] # Describe available commands or one specific command
epub-search init [DIR] # Setup database
epub-search list # Show list of book titles in database
epub-search remove FILE # Remove FILE from database
epub-search search WORD [BOOK] # Search WORD in book whose title is like BOOK from database
epub-search watch [DIRECTORY [DIRECTORY ...]] # Index all of EPUB files in DIRECTORY
Options:
-c, [--config=CONFIG] # Path to config file
To watch directories in backend:
$ epub-search watch --daemonize
EPUB Search(epub-search
command) detectes configuration file following by this order:
--config
global option.epub-searchrc
in current directory$HOME/.epub-search/config.yaml
Configuration file should be written as YAML and you can set properties below:
watch
subcommand watches.epub-search init
againgit checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)