Simple plasmoid to run commands without using terminal or KRunner. Inspired by KRunner and KDE3 equivalent.

Requirements:
KDE4 >= 4.2

Warning!
There are some problems if you try using it on panel:
- problems with completion box and disappearing context menu (Qt GraphicsView bugs);
- activation shortcut not always works and line edit often looses focus (Plasma limitations).

Features:
- possibility to open web addresses (including searching, example: gg:query), invoke mailer, open directories and files (including use of KIO);
- possibility to run command in terminal (by prepending it by dollar sign - $);
- simple calculator (example: =2+2);
- simple numbers converter (to binary, octal and hexadecimal systems; examples: bin=12, oct=10, hex=8);
- commands to manage session (logout, lock, switch, shutdown, reboot);
- auto run of command after selecting;
- commands history shared with KRunner;
- activation shortcut.
