CoreCommands is a IntelliJ IDEA plugin that enhances your development workflow by providing a convenient toolwindow with quick-access buttons for commonly used terminal commands. Boost your productivity by executing frequent commands with a single click and save any command you want.
- Open IntelliJ IDEA
- Go to
Settings/Preferences → Plugins → Marketplace - Search for "CoreCommands"
- Click
Install
You can also find the plugin on the JetBrains Marketplace.
./gradlew buildPluginThe plugin artifact will be generated in build/distributions/CoreCommands-*.zip
- Open IntelliJ IDEA
- Go to
Settings/Preferences → Plugins - Click the gear icon and select
Install Plugin from Disk... - Select the generated zip
- Restart IDE when prompted
- IntelliJ IDEA 2025.1 or later
- Java 11 or later
- Plugin SDK Version: 2025.1
- Build System: Gradle with Kotlin DSL
- Main Technologies:
- Kotlin
- IntelliJ Platform SDK
- Terminal Plugin Integration
Contributions are welcome! Feel free to:
- 🐛 Report bugs
- 💡 Suggest features
- 🔧 Submit pull requests