Skip to content

Art-iDev/WordpressPluginManager

Repository files navigation

Donate with PayPal

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:

Right click for plugin and theme actions

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:

Command palette

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.

image

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.