blueimp / atom-open-terminal-here

Open the Terminal (Mac OS X, Linux) or Command Prompt (Windows) in the given directory via context menu or keyboard shortcut in the Atom text editor.
https://atom.io/packages/open-terminal-here
MIT License
47 stars 20 forks source link

[Feature Request] Let user specify their own terminal #15

Closed pingshunhuangalex closed 7 years ago

pingshunhuangalex commented 7 years ago

Is it possible to specify your own terminal to open? Personally, I use Git Bash for my Windows10 laptop, but with this package, I can only open windows command, not even powershell...

Meanwhile, if you can change the text in the context menu back to open terminal here instead of being specific as open cmd prompt here, it would be great. Thanks.

pingshunhuangalex commented 7 years ago

That's not what I mean though... (well partly.)

blueimp commented 7 years ago

Actually yes, sorry, after pushing this commit I noticed that the settings view is not accessible anymore for this package. I'll look into it.

blueimp commented 7 years ago

OK, the reason I couldn't see the settings view was that the package was linked into my ~/.atom/packages/ folder with a symlink. After installing it via conventional means, the settings view was visible.

In the settings view, you should be able to override the default command (start /D "%cd%" cmd on windows).