I would like to propose 3 new features in console

#1
drush toolbox (read more https://github.com/zroger/drush-toolbox) Basically it's giving you posibility to run drupal in console (via php cli), so you can do it things like this:
> =variable_get('site_name', '')
"=" in phpsh means print

#2
z bash command (aka jump around)
https://github.com/rupa/z

#3
Git aware prompt
https://github.com/jimeh/git-aware-prompt
Simple time and directory path is not enough..

Comments

sobi3ch’s picture

Issue summary: View changes

forget about 3rd console feature..

sobi3ch’s picture

Issue summary: View changes

+commant to feature #1 & #2

sobi3ch’s picture

Issue summary: View changes

+image for #3

sobi3ch’s picture

Title: drush toolbox & z » drush toolbox & z & git aware prompt
sobi3ch’s picture

Assigned: Unassigned » sobi3ch

I happy to implement the code..

mike stewart’s picture

@sobi3ch - patches are always welcomed!

If you care to submit patches for the code, I'd prefer each feature to be broken into separate issues, so we can keep conversation topics focussed. Also, I follow guidlines for attribution: http://drupal.org/node/1146430 -- so no need for commit access. (if you start contributing lots of patches, then lets review this request in the future).

I'm curious your thoughts on how to implement #3. I wouldn't want to lose any of the GIT aware goodness already builtin to drupalpro, but I'd definitely love to no longer maintain the implementation of it.

re: #1 & #2, I'm not sure. I'd like them submitted as separate patches in any case so I can test & try.

mike stewart’s picture

Issue summary: View changes

remove image