| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A native macOS Quick Look extension that provides instant previews of folder contents, including file counts, size statistics, and detailed folder analysis.
⭐ Support This Project
If you find PeekX useful, please consider starring this repository! Unlike similar apps that cost $5-10, PeekX is completely free and open source. A star is the only payment I ask for - it helps others discover the project and motivates continued development.⭐ Star this repo • It takes just one click!
PeekX enhances the macOS Quick Look feature by allowing you to preview the contents of any folder without opening it. Simply select a folder in Finder and press Space to see a comprehensive breakdown of its contents, including file types, sizes, and structure.
# Clone the repository
git clone https://github.com/altic-dev/PeekX.git
cd PeekX
# Open in Xcode and build
open PeekX.xcodeproj
# Build the PeekX scheme (Cmd+B)Once installed, using PeekX is straightforward:
The Quick Look preview will display:
To remove PeekX:
qlmanage -r cache
killall FinderPeekX/
├── PeekX/ # Main application
│ ├── PeekXApp.swift # App entry point
│ └── Assets.xcassets/ # App icons and resources
├── PeekXExt/ # Quick Look extension
│ ├── PreviewViewController.swift # Main preview logic
│ └── Info.plist # Extension configuration
└── Shared/ # Shared code between app and extension
├── Constants.swift
└── SharedSettings.swift
Open the project in Xcode and build the PeekX scheme. The extension will be automatically embedded in the main application bundle.
PeekX consists of two main components:
The extension uses native macOS APIs to analyze folder contents and render previews using WebKit for a modern, responsive interface.
PeekX respects your privacy:
If the Quick Look extension doesn't appear after installation:
qlmanage -r cache
killall Finderpluginkit -m -v -p com.apple.quicklook.preview | grep PeekXIf you see permission errors, verify that:
Contributions are welcome! Please feel free to submit issues and pull requests.
Please ensure your code:
PeekX is licensed under the MIT License. See LICENSE for details.
Copyright (c) 2025 ALTIC
Built with:
Found a bug? Please report it on GitHub Issues:
Have an idea for a new feature? We'd love to hear it!
All feature requests are reviewed and prioritized based on community interest and feasibility.
| Back | FazBrowse Home | New Git URL |