SpiritSPb / krunner

Framework for providing different actions given a string query.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KRunner

Framework for Plasma runners

Introduction

The Plasma workspace provides an application called KRunner which, among other things, allows one to type into a text area which causes various actions and information that match the text appear as the text is being typed.

One application for this is the universal runner you can launch with ALT-F2.

This functionality is provided via plugins loaded at runtime called "Runners". These plugins can be used by any application using the Plasma library. The KRunner framework is used to write these plugins, as explained in this tutorial

About

Framework for providing different actions given a string query.

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 94.0%Language:CMake 4.7%Language:C 1.3%