Add a runner that allows executing commands on a connected device. It enables a more keyboard-centric workflow than running the commands from the plasmoid.
Details
Details
Connect desktop device. Add some commands there. restart krunner, open it, start typing command or device name. Select entry to execute command. Check for success.
Diff Detail
Diff Detail
- Repository
- R224 KDE Connect
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
runners/remotecommands/remotecommandsrunner.cpp | ||
---|---|---|
51 | you're in your own thread here. Being async doesn't really gain you too much. |
runners/remotecommands/remotecommandsrunner.cpp | ||
---|---|---|
51 | If you really want it async I'll do it, it's your call |
runners/remotecommands/remotecommandsrunner.cpp | ||
---|---|---|
51 | Are all KRunner plugins in a separate thread? |