looqs/README.md

24 lines
422 B
Markdown
Raw Normal View History

2018-08-12 16:47:55 +02:00
qss
2018-01-03 09:40:13 +01:00
=========
2018-08-12 16:47:55 +02:00
qss creates a poor-man full-text search for your files using a
2018-01-03 09:40:13 +01:00
sqlite database.
2018-08-12 16:47:55 +02:00
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
2018-01-03 09:40:13 +01:00
Setup
-----
2018-08-12 16:47:55 +02:00
sqlite3 qss.db < create.sql
TO BE WRITTEN
2018-01-03 09:40:13 +01:00