WordpressPluginManager
Manage your WordPress installation directly from SublimeText SideBar and Command Palette.
Installation
Dependencies
You will need the SideBarEnhancements package installed in your SublimeText and WP-CLI installed globally in your machine.
WordpressPluginManager
Clone or download this repo into your Packages/ folder.
Features
Right click plugin and theme management in the sidebar:
Toggle plug-in
Will either activate or deactivate the selected plug-in based on its current status.
Update plug-in and activate theme
Their names say it all.
Command palette for more global actions:
Install WP Plug-in
Will open a panel that accepts one or more plug-in slugs, separated by space. The command performed by WP-CLI is incremented with the option --force
, meaning you can update existing plug-ins as well.
Update Core/Plug-ins/Themes
Update all the packages from the selected option.
Disclaimer
The commands may stall ST depending on the size of your installation.
Roadmap
- Make code more "pythony";
- Use async calls for the commands.