Active
Project:
DrupalPro
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Nov 2012 at 21:22 UTC
Updated:
17 Jan 2013 at 22:56 UTC
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
Comment #0.0
sobi3ch commentedforget about 3rd console feature..
Comment #0.1
sobi3ch commented+commant to feature #1 & #2
Comment #0.2
sobi3ch commented+image for #3
Comment #1
sobi3ch commentedComment #2
sobi3ch commentedI happy to implement the code..
Comment #3
mike stewart commented@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.
Comment #3.0
mike stewart commentedremove image