FTS desktop file search with previews
Go to file
2019-04-16 08:52:07 +02:00
cli CommandDelete: refactored to use sqlitedbservice 2019-04-16 08:52:07 +02:00
gui rename gui/qss.pro to gui/gui.pro 2019-04-06 17:28:27 +02:00
create.sql Query/Save filetype and size 2019-04-06 17:13:38 +02:00
qss.pro added missing qss.pro file 2019-04-07 20:22:34 +02:00
README.md Remove python reference in README 2019-04-06 17:17:35 +02:00
TODO updated TODO 2019-04-14 21:47:07 +02:00

qss

qss creates a poor-man full-text search for your files using a sqlite database.

A simple gui (C++ with Qt5) for search is found in gui/. It shows preview pages of documents where your search keywords have been found. This allows you to search all indexed pdfs and take a look at the pages side by side in an instant.

Build

TO BE WRITTEN

Setup

sqlite3 qss.db < create.sql

TO BE WRITTEN