Plasma/Krunner: Difference between revisions

From KDE UserBase Wiki
m (put the last expression one line down)
m (Added: application launcher section, bash commands section)
Line 7: Line 7:


=sqrt(4) + 32 * sin(60)
=sqrt(4) + 32 * sin(60)
===Using it as an application launcher===
This you probably already knew, Krunner can also launch applications.  Start Krunner (Alt+F2) and type the name of the application you want to run.
===Running BASH commands===
The good thing about Krunner is that it doesn't only recognize applications, but it recognizes all binaries throughout your system.  You can use this ability to run bash commands such as cp, mv, etc.
To do so, start Krunner (Alt+F2) and type the commands just as you would in Konsole:
cp ~/Documents/myFile ~/myFile  (not a useful example but you get the idea)

Revision as of 01:00, 10 September 2008

Krunner

Krunner as a calculator

You can use Krunner as an efficient calculator. It's very easy to use too. Just press Alt+F2 and type the expression you want to evaluate such as 32*12= or =32*12 (You can put the = sign before or after the expression).

It is possible to evaluate more sophisticated expressions such as:

=sqrt(4) + 32 * sin(60)

Using it as an application launcher

This you probably already knew, Krunner can also launch applications. Start Krunner (Alt+F2) and type the name of the application you want to run.

Running BASH commands

The good thing about Krunner is that it doesn't only recognize applications, but it recognizes all binaries throughout your system. You can use this ability to run bash commands such as cp, mv, etc.

To do so, start Krunner (Alt+F2) and type the commands just as you would in Konsole:

cp ~/Documents/myFile ~/myFile (not a useful example but you get the idea)