Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages