Quick preview for Gradle scripts on macOS
QLGradle is a Quick Look extension for macOS that lets you inspect Gradle files straight from Finder. Instead of launching an editor, you can view build scripts in a tidy, readable preview pane — a small convenience that speeds up common developer tasks.
Key capabilities
QLGradle improves the native preview by presenting Gradle-related files in a clearer format, helping you scan build configuration and dependencies quickly without switching apps.
Files it handles
- settings.gradle and settings.gradle.kts
- build.gradle.kts and build.gradle
- gradle.properties
- Any other Gradle-related plain text script files
How to use
Select the Gradle file in Finder and press the spacebar to open the Quick Look preview. The plugin integrates with the system so previews appear instantly, letting you skim contents or copy snippets without opening a full IDE.
Free alternative worth checking out
Flappie (free) is a recommended substitute if you want another lightweight preview tool. It also plugs into macOS Quick Look and offers similar instant inspection of Gradle scripts and other text-based build files.
Why developers find it useful
- Reduces context switching by avoiding a full editor for quick checks
- Lets you copy or search inside a script from the preview window
- Works seamlessly with Finder for fast access during development workflows
Overall, QLGradle (and alternatives like Flappie) are handy additions to a macOS developer’s toolkit when you need fast, in-place access to Gradle build files.
Technical
- Mac
- Free