Also available at https://www.pling.com/p/1716561/ You need at least kde plasma 5.24
colorify.mp4
From project root folder run:
dart pub get
dart compile exe -o package/color_runner bin/color_runner.dart
package/install.sh
- Launch KRunner with
Alt
+Space
. - type in a color name
package/uninstall.sh
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.
https://github.com/Merrit for the awesome krunner dart integration