kde-extraapps/kdeplasma-addons/runners/katesessions/README
2015-01-15 17:07:43 +00:00

25 lines
No EOL
663 B
Text
Raw Permalink Blame History

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