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

terminal.glue files pollute project folders #48

Open MrMacvos opened 8 years ago

MrMacvos commented 8 years ago

Hi there,

I like glue but ... I don't like having terminal.glue files everywhere. Is it possible via a setting to use only 1 terminal.glue file in some user-specifiable directory, for example /tmp, or any other folder ?

chrissimpkins commented 8 years ago

Thanks for the feedback Marc. This project is without a doubt a significant hack to work around the built in Python interpreter and way that ST handles files. The project is no longer in development. You may be able to create your own workaround through a Glue extension that removes these files from your project directories when you are done using it:

https://github.com/chrissimpkins/glue#extend-sublime-text-with-glue-extensions

Sorry couldn't be of more help.

MrMacvos commented 8 years ago

Hi Chris,

Ok, thanks for your answer. I might have a go at it when I find the time … ;-)

On 18 feb. 2016, at 13:54, Chris Simpkins notifications@github.com wrote:

Thanks for the feedback Marc. This project is without a doubt a significant hack to work around the built in Python interpreter and way that ST handles files. The project is no longer in development. You may be able to create your own workaround through a Glue extension that removes these files from your project directories when you are done using it:

https://github.com/chrissimpkins/glue#extend-sublime-text-with-glue-extensions https://github.com/chrissimpkins/glue#extend-sublime-text-with-glue-extensions Sorry couldn't be of more help.

— Reply to this email directly or view it on GitHub https://github.com/chrissimpkins/glue/issues/48#issuecomment-185707661.

chrissimpkins commented 8 years ago

always willing to accept PR's! :)