By default when I open the terminal in Netbeans 8, it opens in the home directory. Is there any way to open it as default in the current project directory? What should I change to accomplish this? Thanks.
Asked
Active
Viewed 4,968 times
13
-
I would also like to know this – Nick Jun 25 '14 at 11:19
1 Answers
14
http://plugins.netbeans.org/plugin/40301/terminalextras
This plugin opens selected dir in the terminal with a shortcut. Not exactly what you want, but still, much easier to navigate to a directory. Works with Netbeans 8 as well.

Jevgenij Evll
- 1,892
- 18
- 21
-
Perfectly good plugin to open terminal in desired location within project. Just click on a node and press alt+/ – David J. Y. Tang Feb 16 '15 at 07:04
-
1The suggested "TerminalExtras" plugin is just nice! If you have it installed you can click on every directory in your projects you like and by simply using "Alt" + "." on your keyboard, it opens up the selected directory in the NetBeans terminal. AWESOME! – Benny Code May 24 '15 at 19:50
-