Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.02 KB

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