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

Allow configuration of working directory for custom commands #44

Open markiewb opened 10 years ago

markiewb commented 10 years ago

See https://netbeans.org/bugzilla/show_bug.cgi?id=35582#c11

dzsessona commented 10 years ago

Added a comment there, here for convenience:

Regarding this https://github.com/dzsessona/QuickOpener-NetBeans/issues/44 a workaround could be to run a command as:

(cd /whatever/folder; cmd)

If the problem is just the folder where the command will run. I will add it to the configuration as soon as i get a bit of time.