FTS desktop file search with previews
转到文件
Albert S. 415a29add4 updated TODO 2019-04-30 14:14:44 +02:00
cli pdf preview generation: Use QtConcurrent::mapped + QFutureWatcher instead of own single-thread solution 2019-04-29 20:50:52 +02:00
gui gui: stop generating preview images after a memory limit has been reached. 2019-04-30 14:13:10 +02:00
shared search: fixed: order by after group by in content search 2019-04-27 21:23:06 +02:00
README.md Remove python reference in README 2019-04-06 17:17:35 +02:00
TODO updated TODO 2019-04-30 14:14:44 +02:00
create.sql Query/Save filetype and size 2019-04-06 17:13:38 +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

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