This project is not covered by Drupal’s security advisory policy.

gDrush is a Drush GUI
gDrush is compatable with most of linux distros and Mac os, with the latest version of Drush.

gDrush can be installed through apt-get, by following these steps:

Add the gDrush repository to your apt-get sources list:

You can use the command "add-apt-repository" to add the repository to your sources list by typing this command in Terminal

$ sudo add-apt-repository ppa:qadiwaleed/easytools

OR

You can add the repository url manually to your sources.list:

Edit the sources.list file

$ sudo vim /etc/apt/sources.list

Past the PPA path to the end of sources.list

deb http://ppa.launchpad.net/qadiwaleed/easytools/ubuntu quantal main 
deb-src http://ppa.launchpad.net/qadiwaleed/easytools/ubuntu quantal main 

After adding the repository you need to do apt-get update

$ sudo apt-get update

After the update is finished type

$ sudo apt-get install gdrush

Note: gDrush is only compatable with Drush 6.0 or greater version check out the Drush page for more instruction how to install and upgrade the drush version https://github.com/drush-ops/drush#install---pear

For other linux versions you can download the 7.x-2.x tar ball and run gDrush by double clicking gDrush bin file.

Mac version can be found here:
https://github.com/waleedq/gdrush/releases/tag/v1.0-beta.1

gDrush beta (7.x-2.x) release notes and added features:
- Core rewrite using node-webkit.
- Creating a simple api to integrate the panels with drush using the "gdgp" command
- Adding status panel
- Support for aliases
- Performance enhancements for loading, enabling and disabling modules.
- Better output panel
- Now you can use browse to select the drupal folder.

gDrush still in beta version and under active development.

This module is sponsored and developed by Vardot.

Vardot

Project information

  • Created by waleedq on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases