chrissimpkins / glue

Glue is a plugin that joins your shell to Sublime Text in quasi-perfect harmony.
http://gluedocs.readthedocs.org/
MIT License
253 stars 10 forks source link

built in cd command does not understand common shell navigation expressions '~' ${VARIABLE} etc #10

Closed bammi closed 10 years ago

bammi commented 10 years ago

cd ~ -- doesn't work cd $HOME -- doesn't work pushed works but does not push to dirs, so popd does not work

chrissimpkins commented 10 years ago

Thanks for submitting the issue report.

The cd 'command' is my own hack and it is simple enough to add the home idiom. I will try to get that into the next release.

I'll have to look into the issue with the other system utilities. Will let you know once I do a bit of troubleshooting.

-C

bammi commented 10 years ago

Thanks Chris, Those commands are just so common, almost like you have muscle memory for them. Appreciate your efforts,

cheers, bammi

Jwahar Bammi 班密 jbammi AT mac DOT com

On Apr 10, 2014, at 7:17 PM, Chris Simpkins notifications@github.com wrote:

Thanks for submitting the issue report.

The cd 'command' is my own hack and it is simple enough to add the home idiom. I will try to get that into the next release.

I'll have to look into the issue with the other system utilities. Will let you know once I do a bit of troubleshooting.

-C

— Reply to this email directly or view it on GitHub.

chrissimpkins commented 10 years ago

I completely understand and I use them too. Really appreciate the feedback. I'll get them in there. Hope to have another release over the weekend.

chrissimpkins commented 10 years ago

tentatively slated for 0.9.4

chrissimpkins commented 10 years ago

the cd ~ idiom was released in version 0.9.4. do you mind submitting a new issue report with a bit more detail about the system utilities that you are having problems with?

thanks for the request!