Skip to content
kinkadzs edited this page Jun 26, 2012 · 19 revisions

Back to Index

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.

Plugin toolbar  Plugin menu

This plugins brings to your NetBeans six action, three of them always available and three of them available when the selected node has a file assiociated with it. In particular:

When the selection has a valid file:

  1. Open the default OS shell on the location of the file (or its folder) selected.
  2. Open the file system browser on the location of the file (or its folder) selected.
  3. Copy to the clipboard the path of the file selected.

Always enabled:

  1. Launch a shell command (with parameters, customizable on preferences)
  2. FileSystem browser on any location (favorites, customizable on preferences)
  3. Open a shell on any location (favorites, customizable on preferences)

Back to Index