Skip to content

IntelliJ plugin for bookmarking and running gradle tasks.

Notifications You must be signed in to change notification settings

terrylockett/gradle-harpoon

Repository files navigation

Gradle Harpoon

IntelliJ plugin to bookmark and run gradle tasks.

Installation

Two options:

Pre Built Plugin:

  1. Download plugin zip from the latest Release.
  2. Settings-> plugins -> Install Plugin from Disk with the Zip

Build form Source

  1. Clone project
  2. ./gradlew buildPlugin
  3. Settings-> plugins -> Install Plugin from Disk with the zip in build/distributions/

Note

Requires Java 17

Usage

Add keymaps for the following Actions (or use: Tools -> Gradle Harpoon ) :

  • Edit Harpoon Config - Used to bookmark a gradle config.
  • Run Harpoon Config - Used to run a config.
  • Reset Harpoon Configs - Resets bookmarked configs.

Note

If you are using IdeaVim the action names are:

  • ca.terrylockett.gradleharpoon.window.EditHarpoonWindow
  • ca.terrylockett.gradleharpoon.window.RunHarpoonWindow
  • ca.terrylockett.gradleharpoon.action.ResetHarpoonConfigurations

About

IntelliJ plugin for bookmarking and running gradle tasks.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages