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:

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

Always enabled:

  • icon  Launch a shell command (with parameters, customizable on preferences)
  • icon  FileSystem browser on any location (favorites, customizable on preferences)
  • icon  Open a shell on any location (favorites, customizable on preferences)

Back to Index