Albert S a46ecf9bff gui: disable searchbar when search is running
avoids waiting in the gui thread. does not try to cancel
the QFuture that actually cannot be cancelled anyway.

sidesteps a strange bug which rethrows already caught exception.
2020-06-06 23:18:33 +02:00
2019-04-06 17:13:38 +02:00
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

Description
FTS desktop file search with previews
Readme 1.2 MiB
Languages
C++ 95.3%
QMake 3.9%
C 0.8%