FTS desktop file search with previews
Go to file
Albert S. 95d4a12005 MainWindow: Fix Qt deprication 2021-06-12 23:01:14 +02:00
cli Resolve Qt deprication: endl -> Qt::endl 2021-06-12 22:55:56 +02:00
gui MainWindow: Fix Qt deprication 2021-06-12 23:01:14 +02:00
shared Add missing paranthesis 2021-06-12 22:51:22 +02:00
README.md README: Rename project from 'qss' to 'looqs' 2021-06-12 14:57:26 +02:00
TODO updated TODO 2019-08-25 16:56:31 +02:00
looqs.pro Rename qss.pro to looqs.pro 2021-06-12 15:14:10 +02:00

README.md

looqs - Looks for files. And looks inside them

looqs creates a full text search for your files. It allows you to look at previews where your search terms have been found.

Currently, this allows you search all indexed pdfs and take a look at the pages side by side in an instant.

Screenshots

Coming soon™

Goals

  • Find & Preview. Instead of merely telling you where your search phrase has been found, it should also render the corresponding portion/pages of the documents and highlight the searched words.
  • 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 solution 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 21.04

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

Documentation

Coming soon™

Packages

Coming soon™