dzsessona / QuickOpener-NetBeans

Sometimes while programming in NetBeans you want to explore a particular file that you are editing on the file system browser, or maybe launch a command in a terminal to do something with it.
52 stars 41 forks source link

issue 42: support git bash #45

Closed markiewb closed 10 years ago

markiewb commented 10 years ago

This pull request solves https://github.com/kinkadzs/QuickOpener-NetBeans/issues/42

Starting gitbash works this way cmd /c start /D workingDIR "" D:\tools\Git\bin\sh.exe --login -i

See patch in action

2014-03-15_16h15_44

dzsessona commented 10 years ago

Fantastic, thanks @markiewb

dzsessona commented 10 years ago

@markiewb I made you administrator of this project, can you check if you can accept your pull request ?

markiewb commented 10 years ago

Yes that worked. I was able to merge the PR

sdwarwick commented 8 years ago

@markiewb this doesn't seem to work when the path to the working directory has a space in the name, aka "google drive" any way to fix that?

markiewb commented 8 years ago

@sdwarwick Please file a new issue! And add your findings there. In the meantime you can use

"D:\tools\Git With Spaces\bin\sh.exe" --login -i