Also available at https://www.pling.com/p/1716561/
You need at least kde plasma 5.24

colorify.mp4


Compile plugin to self-contained executable

From project root folder run:

dart pub get
dart compile exe -o package/color_runner bin/color_runner.dart

Install plugin

package/install.sh

Test plugin

  • Launch KRunner with Alt + Space.
  • type in a color name

Uninstall plugin

package/uninstall.sh

Debug plugin

Make sure the plugin is not installed, then:

touch package/color_runner   # Create dummy package to "install".
package/install.sh

Now run the program in debug mode in your IDE, or by running dart run bin/color_runner.dart and KRunner calls will connect to the debug version; add
breakpoints, inspect, etc.

Credits

https://github.com/Merrit for the awesome krunner dart integration

GitHub

View Github