git clone https://@opensourceprojects.eu/git/p/unityscoperecol/code unityscoperecol-code



File Date Author Commit
debian 2015-03-25 Jean-Francois Dockes Jean-Francois Dockes [f0bfcd] changelog
COPYING 2014-04-02 Jean-Francois Dockes Jean-Francois Dockes [23bf96] initial import from the main recoll source at c...
MANIFEST.in 2014-04-02 Jean-Francois Dockes Jean-Francois Dockes [23bf96] initial import from the main recoll source at c...
README.md 2017-07-02 Jean-Francois Dockes Jean-Francois Dockes [9d9c6e] readme
VERSION 2015-03-25 Jean-Francois Dockes Jean-Francois Dockes [821f1f] version
__init__.py 2014-04-02 Jean-Francois Dockes Jean-Francois Dockes [23bf96] initial import from the main recoll source at c...
excludefile 2014-04-02 Jean-Francois Dockes Jean-Francois Dockes [a18392] doc
mkdist.sh 2014-04-02 Jean-Francois Dockes Jean-Francois Dockes [a18392] doc
recoll.scope 2014-04-02 Jean-Francois Dockes Jean-Francois Dockes [23bf96] initial import from the main recoll source at c...
service-recoll.svg 2014-04-02 Jean-Francois Dockes Jean-Francois Dockes [23bf96] initial import from the main recoll source at c...
setup.py 2014-04-02 Jean-Francois Dockes Jean-Francois Dockes [23bf96] initial import from the main recoll source at c...
unity-scope-recoll.application.in 2014-04-02 Jean-Francois Dockes Jean-Francois Dockes [23bf96] initial import from the main recoll source at c...
unity-scope-recoll.desktop 2014-04-02 Jean-Francois Dockes Jean-Francois Dockes [23bf96] initial import from the main recoll source at c...
unity-scope-recoll.png 2014-04-02 Jean-Francois Dockes Jean-Francois Dockes [23bf96] initial import from the main recoll source at c...
unity-scope-recoll.service 2014-04-02 Jean-Francois Dockes Jean-Francois Dockes [23bf96] initial import from the main recoll source at c...
unity_recoll_daemon.py 2016-09-06 Jean-Francois Dockes Jean-Francois Dockes [ac8744] merge

Read Me

Recoll Unity scope Daemon written in Python

Depends on python-recoll

Trying out the scope

sudo add-apt-repository ppa:recoll-backports/recoll-1.15-on sudo apt-get update sudo apt-get install unity-scope-recoll

Of course you need to run the indexer at least once, from the Qt Recoll GUI
or the command line, before you can get any results from the scope.

You should then be able to search the Recoll index by prefixing your query
with 'recoll:' (without the quotes), or using "Filter Results"->"Sources".

Call to volunteers:

I have separated the Scope code from the main Recoll repository because the
Scope only depends on the external Python API, and in the hope that it may
encourage people to contribute. The code in there depends very little on
Recoll (a few calls), it's mostly interface for the Unity desktop and the
Dash.

It seems that the Scopes API will change again with Unity 8. I would
really like to find someone interested in the Ubuntu desktop internals, who
could take up the new version as an educational project.