Install from plugin store: https://plugins.jetbrains.com/plugin/19654-limonit-progressbar
Determinate and indeterminate progress bars:
Tray icon:
Project toolchain
The project requests JDK 25. Gradle can automatically download a matching JDK via the Foojay resolver plugin included in this branch. If you prefer to install a JDK yourself, on macOS you can:
Build and publish
./gradlew clean build
# run tests
./gradlew test
# run the IntelliJ Plugin Verifier (requires network)
./gradlew runPluginVerifier
export ORG_GRADLE_PROJECT_intellijPublishToken="..."
./gradlew publishPlugin
