FTS desktop file search with previews
Go to file
2020-08-24 21:36:19 +02:00
cli sqlitedbservice: provide error message with more context 2020-08-24 21:36:19 +02:00
gui gui: move page switcher next to scale 2020-06-06 23:35:00 +02:00
shared Ship database creation script as embedded resource 2020-08-24 21:33:56 +02:00
qss.pro move more files to shared project ; searchresultt.h: use filedata.h 2019-04-22 21:07:41 +02:00
README.md README: added ubuntu build instructions 2020-04-28 16:59:42 +02:00
TODO updated TODO 2019-08-25 16:56:31 +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

Ubuntu 20.04

sudo apt install build-essential qt5-default libpoppler-qt5-dev libuchardet-dev libquazip5-dev
qmake
make

Setup

sqlite3 qss.db < create.sql

TO BE WRITTEN