13

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.

Sanka Darshana
  • 1,391
  • 1
  • 23
  • 41

1 Answers1

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
  • 1
    The 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
  • Thanks for this hint, saves me hours of "cd .." – Stefan Höltker Nov 28 '18 at 08:14