When doing Python plugin development, it seems I have two options for reloading the plugin:
- Use Albert's GUI settings to enable/disable it
- Restart Albert
It would be nice I could do that from the CLI, maybe using the RPC system? E.g.:
albert python-plugin-reload <plugin name>
It would have the same effect as what happens in settings when I disable then enable the plugin.
Thanks.
P.S. Per the other issue I just opened, I wasn't sure where a Feature Request should go. If you'd like this put some place else, please let me know.
When doing Python plugin development, it seems I have two options for reloading the plugin:
It would be nice I could do that from the CLI, maybe using the RPC system? E.g.:
albert python-plugin-reload <plugin name>It would have the same effect as what happens in settings when I disable then enable the plugin.
Thanks.
P.S. Per the other issue I just opened, I wasn't sure where a Feature Request should go. If you'd like this put some place else, please let me know.