MVN

io.github.drkunibar.netbeans : nb-quickopener

Maven & Gradle

Dec 26, 2023
0 stars

QuickOpener · <p>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.</p> <p>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.<br/> In particular:<p><p><em>When the selection has a valid file</em></p> <ul> <li><strong>Open the default OS shell</strong> on the location of the file (or its folder) selected.</li> <li><strong>Open the file system browser</strong> on the location of the file (or its folder) selected.</li> <li><strong>Copy to the clipboard</strong> the path of the file selected.</li> </ul> <p><em>Always enabled:</em></p> <ul> <li><strong>Launch a shell command</strong> (with parameters, customizable on preferences)</li> <li><strong>FileSystem browser on any location</strong> (favorites, customizable on preferences)</li> <li><strong>Open a shell on any location</strong> (favorites, customizable on preferences)</li> </ul>

<dependency>
    <groupId>io.github.drkunibar.netbeans</groupId>
    <artifactId>nb-quickopener</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.drkunibar.netbeans : nb-quickopener to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of io.github.drkunibar.netbeans : nb-quickopener to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
nb-quickopener-1.3.0

How to add a dependency to Maven

Add the following io.github.drkunibar.netbeans : nb-quickopener maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.drkunibar.netbeans</groupId>
    <artifactId>nb-quickopener</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.drkunibar.netbeans : nb-quickopener gradle dependency to your build.gradle file:

implementation 'io.github.drkunibar.netbeans:nb-quickopener:1.3.0'

Gradle Kotlin DSL: Add the following io.github.drkunibar.netbeans : nb-quickopener gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.drkunibar.netbeans:nb-quickopener:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.drkunibar.netbeans : nb-quickopener sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.drkunibar.netbeans" % "nb-quickopener" % "1.3.0"