FTS desktop file search with previews
Iet uz failu
Albert S. 3e23021621 Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
cli Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
gui Query/Save filetype and size 2019-04-06 17:13:38 +02:00
README.md updated README 2018-08-12 16:47:55 +02:00
TODO updatecd TODO 2018-12-29 20:21:38 +01:00
create.sql Query/Save filetype and size 2019-04-06 17:13:38 +02:00

README.md

qss

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

You need the python "chardet" package, since it will try to convert the encoding of the files in case initial utf-8 decoding fails.

pdftext is needed to search in .pdf files..

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