Skip to content

Instantly share code, notes, and snippets.

View DatanoiseTV's full-sized avatar
✌️

Sylwester DatanoiseTV

✌️
View GitHub Profile
@DatanoiseTV
DatanoiseTV / epub-fts5.sh
Created October 22, 2022 09:04 — forked from bburky/epub-fts5.sh
EPUB full text search using SQLite FTS5
#!/bin/sh
# Update index:
# epub-fts5.sh
# FTS5 query (avoid single quotes, there's no escaping): https://www.sqlite.org/fts5.html#full_text_query_syntax
# epub-fts5.sh foo OR bar NOT baz
# epub-fts5.sh '"foo bar"'
# epub-fts5.sh 'NEAR(foo bar)'
EPUB_PATH=$HOME/path/to/your/epub/library