1
0
Fork 0
mirror of https://github.com/Findus23/acronomy-krunner.git synced 2024-09-19 12:43:44 +02:00
Krunner plugin for Acronomy
Find a file
2020-06-15 22:03:37 +02:00
.gitignore first working version 2020-05-31 12:53:55 +02:00
acronomy.desktop cleanup everything 2020-06-15 22:03:37 +02:00
acronomy.py cleanup everything 2020-06-15 22:03:37 +02:00
LICENSE cleanup everything 2020-06-15 22:03:37 +02:00
Makefile cleanup everything 2020-06-15 22:03:37 +02:00
plasma-runner-acronomy.desktop cleanup everything 2020-06-15 22:03:37 +02:00
README.md cleanup everything 2020-06-15 22:03:37 +02:00
screenshot.png cleanup everything 2020-06-15 22:03:37 +02:00

Acronomy Krunner plugin

screenshot

This plugin allows to quickly look up an acronym on Acronomy directly from the Krunner KDE plasma search.

Installation

  • copy the plasma-runner-acronomy.desktop file to ~/.local/share/kservices5/
  • restart krunner: kquitapp5 krunner; kstart5 krunner

The acronomy.py script needs to run permanently in the background to fetch the results.

One easy way to accomplish this is to copy the acronomy.desktop to ~/.config/autostart/.

You can replace the search keyword (default acr) with the --keyword parameter.

If you enable the --less-privacy mode, you don't need to specify any search keyword, but as a result all krunner searches are sent to the Astroacro API. (instead of only the ones starting with the search keyword)

This plugin uses the Astroacro API. (Privacy Policy)


based on Krunner Python Plugin by Alexander Lohnau licenced under GPLv2 or later