FTS desktop file search with previews
Go to file
Albert S. 9990ad7895 gui: Clarify what 'Results' means in statusbar 2020-08-24 22:08:31 +02:00
cli Detect first run and initialize database and config 2020-08-24 21:36:45 +02:00
gui gui: Clarify what 'Results' means in statusbar 2020-08-24 22:08:31 +02:00
shared Detect first run and initialize database and config 2020-08-24 21:36:45 +02:00
README.md Update README: Document goals, minor improvements 2020-08-24 21:50:39 +02:00
TODO updated TODO 2019-08-25 16:56:31 +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

quite simple search (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.

The name of the project will probably be changed.

Goals

  • Find & Preview. Instead of merely telling you where your search phrase has been found, it actually shows it too.
  • No daemons. As other solutions are prone to have annoying daemons running that eat system resources away, this solution should make do without daemons if possible.
  • Easy setup. Similiarly, there should be no need for heavy-weight databases. Instead, this solutions tries to squeeze out the most from simple approaches. In particular, it relies on sqlite.
  • GUI & CLI. Provide CLI interfaces and GUI interfaces

Build

Ubuntu 20.04

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

Packages

Coming soon™