summaryrefslogtreecommitdiff
path: root/plugin
AgeCommit message (Collapse)Author
2023-08-11Only keep up to 5 recent logs of runs of plugins (#525)suchmememanyskill
2023-02-19Expose a 'decky_plugin' module to decky plugins (#353)Philipp Richter
* Expose a 'decky_plugin' module to decky plugins * expose decky user home path * support 'py_modules' python modules in plugins * allow for a '_migration' method in plugins to have an explicit file moving step * Expose the plugin python module as .pyi stub interface * Expose system and user python paths to plugins