Skip to content

nathforge/decky-remote

Repository files navigation

Decky Remote

Development tool for Decky plugins.

Features

  1. Tail logs: decky-remote plugin logs "Example Plugin"
  2. 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.)

Usage

  • uv: uvx decky-remote
  • pip: pip install decky-remote. decky-remote is now available.

Development

  • uv run decky-remote

Creating a release: TAG=vX.Y.Z && git tag $TAG && git push origin $TAG

About

Calls Decky Loader websocket routes over SSH

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages