This tool is made for quick searching using SQLite FTS5.
WARNING: This tool is made "just for fun" without any warranty. Use at your own risk.
-
Build (you need the go compiler)
make build
-
Install
sudo install ./bin/fts /usr/local/bin
-
Index your documents
fts index /path/to/documents
-
Query via CLI (you can use any suitable query for Sqlite FTS5)
fts query "weather AND (sunny OR cloudy)"
-
Serve an embedded web interface
fts web /path/to/documents