Development tool for Decky plugins.
- Tail logs:
decky-remote plugin logs "Example Plugin" - Call Decky websocket methods:
- Reload plugin:
decky-remote ws call loader/reload_plugin "Example Plugin" - Call plugin function:
decky-remote ws call loader/call_plugin_method "Example Plugin" start_timer - (See the Decky Loader source for available routes.)
- Reload plugin:
- uv:
uvx decky-remote - pip:
pip install decky-remote.decky-remoteis now available.
uv run decky-remote
Creating a release: TAG=vX.Y.Z && git tag $TAG && git push origin $TAG