kde-extraapps/kdeplasma-addons/runners/katesessions
Ivailo Monev a91ec41cc6 generic: adjust to KRun changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-05-12 03:22:20 +03:00
..
CMakeLists.txt generic: preperations for kdelibs changes 2023-06-17 23:28:51 +03:00
katesessions.cpp generic: adjust to KRun changes 2024-05-12 03:22:20 +03:00
katesessions.desktop initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00
katesessions.h kdeplasma-addons: adjust to runners changes 2024-04-18 18:19:52 +03:00
Messages.sh initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00
README initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Kate Session Runner
========================
This Runner loads a list of Kate's sessions and matches
KRunner's queries against it.

The matching goes as follows:

* You type "kate" into the krunner interface, this Kate
  Session Runner adds all kate sessions, with a low priority.
  (0.5)

* You type "kate gnirrep" and the runner will find a session
  called "gnirrep", priority 1.0

* Typing just a part, such as "kate gnirr" also results in a
  match, but lower priority (0.8)

* Typing just the (parts of) the name of the session will
  also match (the "kate" in the query is optional).

All matching is case-insensitive.

Happy hacking!
--
sebas@kde.org