chrissimpkins / glue

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

Open Glue directly on current working directory #24

Closed mascardoso closed 10 years ago

mascardoso commented 10 years ago

Hello there,

I would like to know if it's possible that when you launch glue it opens on the directory of the project you are working with. So for example if would launch Glue and i'm currently working a sublime project located in c:\www\project, Glue would open the command prompt on that directory.

Cheers and thanks for the great plugin

chrissimpkins commented 10 years ago

Glad to hear that it has been helpful @anotherwebstorm .

You can open Glue in the current working directory with the right click menu. Right click over your open project directory or over any of the project files in the Sublime Text sidebar, then select the Open in Glue Terminal menu item. Glue will indicate your working directory on the command line when it launches.

Here is more information about project navigation in the documentation. Let me know if that helps.

-C

mascardoso commented 10 years ago

That did helped. Thanks a lot for the tip!

chrissimpkins commented 10 years ago

Excellent! Enjoy!