Directory
Developer Zone
Design & Creativity
Productivity
Other Utilities
Others

QuickLook Plugins
Quick Look Plugins is a preview enhancement suite designed specifically for macOS users, extending the native Quick Look functionality to support preview of special file formats such as Markdown, JSON, and compressed archives. Seamlessly integrated, it is an essential tool for developers.
Quick Look Plugins – A macOS Preview Enhancement Suite for Developers
Application Overview
Quick Look Plugins is a carefully curated collection of macOS plugins designed to enhance the system’s native “Quick Look” functionality. Maintained by GitHub user sindresorhus, this project aggregates multiple practical preview plugins, particularly tailored for developers, designers, and power users.
Key Features
🎯 Core Advantages
- Function Extension: Adds support for various special file formats to macOS’s built-in Quick Look.
- Seamless Integration: All plugins are fully integrated into the system-level preview function, ensuring a consistent user experience.
- Open Source & Free: Most plugins are open source and free (a few premium plugins require purchase).
- Developer-Friendly: Optimized for developers’ daily workflows.
🔧 Core Plugin Overview
1. QLStephen
- Function: Preview plain text files without extensions or with unknown extensions.
- Use Cases: Viewing README, CHANGELOG, configuration files, etc.
- Installation:
brew install qlstephen
2. QLMarkdown
- Function: Preview Markdown files with formatted rendering.
- Features: Supports syntax highlighting; WYSIWYG experience.
- Installation:
brew install --cask qlmarkdown
3. QuickLookJSON
- Function: Preview JSON files with formatted display.
- Features: Syntax highlighting, collapsible/expandable structure.
- Installation:
brew install quicklook-json
4. BetterZipQL
- Function: Preview contents of compressed archives.
- Supported Formats: ZIP, RAR, 7z, TAR, and other common compression formats.
- Note: This is now part of the BetterZip application. Install via
brew install betterzip.
5. Suspicious Package
- Function: Preview contents of macOS installer packages (.pkg).
- Security Feature: Enables easy inspection of package contents for safety verification.
- Installation:
brew install suspicious-package
6. Apparency
- Function: Directly preview contents of macOS application bundles (.app).
- Use Case: Useful for developers debugging application packaging.
- Installation:
brew install apparency
7. QLVideo
- Function: Preview thumbnails, covers, and metadata of video files.
- Supported Formats: MP4, MOV, AVI, MKV, and other mainstream video formats.
- Installation:
brew install qlvideo
8. ProvisionQL
- Function: Preview configuration profiles for iOS/macOS applications.
- Target Users: Mobile developers.
- Installation:
brew install provisionql
💰 Premium Plugins
Peek (Discontinued but still usable)
- Function: Enhanced text preview with copy, jump-to-line, GitHub-style Markdown rendering, etc.
- Supported Types: Over 300 file extensions.
- Purchase: Available on Mac App Store.
Folder Preview
- Function: Preview folders and compressed files with a Finder-like interface.
- Features: Intuitive folder content preview.
- Purchase: Available on Mac App Store.
🚀 Installation Guide
Homebrew Installation (Recommended)
# Install individual plugins, e.g.:
brew install qlstephen
brew install --cask qlmarkdown
Manual Installation
- Download the
.qlgeneratorfile from each plugin’s release page. - Move the file to
~/Library/QuickLook. - Run
qlmanage -rto refresh the Quick Look plugin cache.
macOS Catalina and Later Notes
To ensure plugins work properly, remove quarantine attributes if needed:
# Check attributes
xattr -r ~/Library/QuickLook
# Remove quarantine attributes
xattr -d -r com.apple.quarantine ~/Library/QuickLook
💡 Usage Tips
- Quick Preview: Select a file and press the Space key.
- Batch Preview: Select multiple files and press Space to preview them.
- Navigation: Use arrow keys to switch between multiple file previews.
📊 Technical Advantages
- Performance Optimization: All plugins are lightweight and have minimal impact on system performance.
- Compatibility: Perfectly compatible with macOS native Quick Look.
- Continuous Updates: Community-maintained with timely bug fixes and new features.
- Flexible Selection: Install only the plugins you need—no requirement to use the entire suite.
🎉 Target Users
- Developers: Preview code files, configuration files, logs, etc.
- Designers: Quickly preview design assets, images, videos, etc.
- System Administrators: Inspect configuration files, installer packages, system files.
- General Users: Improve file management efficiency by quickly previewing various file types.
Stars: 18.5k | Forks: 539 | License: MIT
This is a meticulously selected and tested collection of plugins that significantly enhances the file preview experience on macOS. For professional users who frequently handle diverse file formats, these tools have become essential components of their daily workflows.
All software data on this site is synchronized from the Awesome mac project. Copyright belongs to original authors.
Recommended Apps
RClick
RClick is an open-source Finder context menu enhancement tool designed specifically for macOS, supporting efficient operations such as opening files with external applications, copying paths, and quickly creating new documents, making file management more convenient and seamless.
TotalFinder
TotalFinder is a powerful Finder enhancement tool offering practical features such as colored labels, Chrome-style tabs, and dual-pane mode. Compatible with macOS 10.15 and later, it helps you manage files efficiently and enhances the flexibility and speed of your workflow.
XtraFinder
XtraFinder is a powerful macOS Finder enhancement tool that offers tabbed browsing, dual-panel mode, an enriched right-click menu, true cut-and-paste functionality, and a copy queue, significantly improving file management efficiency and user experience. With customizable interfaces and intelligent sorting, it makes Finder more powerful and user-friendly.
FlowVision
FlowVision is a professional screen drawing and annotation tool designed for online teaching, video conferencing, and presentations. It supports real-time annotation, arrow drawing, text addition, and other features, making your presentations clearer and more intuitive, and enhancing remote collaboration efficiency.
fman
fman is a powerful dual-pane file manager designed specifically for macOS. It offers efficient file operations, batch processing, and file synchronization features, with support for keyboard shortcuts and customizable plugins, making file management fast and convenient.
ForkLift
ForkLift is a powerful and efficient dual-pane file manager and FTP/SFTP client for macOS, supporting connections to various network drives and cloud storage services. It offers fast file transfer, synchronization, and management capabilities, serving as a Finder alternative to enhance daily productivity.

Comments