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

How to create the terminal.glue file not in the folder where Glue is started? #52

Open Kristinita opened 8 years ago

Kristinita commented 8 years ago

For example, I have folder E:\MyGitFolder, in this folder my project which I synchronize with GitHub use Git. When I start Glue in this folder, the file E:\MyGitFolder\terminal.glue is created. After I import git push, the terminal.glue file is loaded on GitHub. I don't want that this file was in my repository on GitHub.

Whether I that the terminal.glue file was created, for example, in the E:\GlueFolder folder when I open Glue in the folder can make? I know about .gitignore and cd E:/MyGitFolder, but it is additional work and it takes away time.

Thanks.