https://github.com/koukeneko/finderhover
A beautiful, highly customizable macOS app that displays rich file information when hovering over files in Finder, similar to Windows file preview behavior.
https://github.com/koukeneko/finderhover
exif finder macos metadata productivity swiftui utilities windows
Last synced: 4 months ago
JSON representation
A beautiful, highly customizable macOS app that displays rich file information when hovering over files in Finder, similar to Windows file preview behavior.
- Host: GitHub
- URL: https://github.com/koukeneko/finderhover
- Owner: KoukeNeko
- License: mit
- Created: 2025-11-03T05:29:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-11T06:55:09.000Z (8 months ago)
- Last Synced: 2025-11-23T18:07:02.090Z (7 months ago)
- Topics: exif, finder, macos, metadata, productivity, swiftui, utilities, windows
- Language: Swift
- Homepage: https://www.producthunt.com/products/finderhover
- Size: 1.06 MB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# FinderHover
**The missing "Data HUD" for macOS.**
Inspect file metadata instantly. No `Cmd+I` required.
πΊπΈ English | πΉπΌ ηΉι«δΈζ | π―π΅ ζ₯ζ¬θͺ
---
> **π¬ Demo Coming Soon:** We're preparing a GIF/Video demo showing FinderHover in action.
> *For now, check out the [screenshots below](#-screenshots) to see what it looks like.*

---
## β‘οΈ Why FinderHover?
**The Problem:**
Want to check image resolution? Video codec? Zip contents? You have to:
1. Right-click β Get Info (or press `Cmd+I`)
2. Wait for the window to open
3. Close it manually
4. Repeat for every file
**The Solution:**
FinderHover acts as an **X-ray layer** over Finder. Just hover your mouse over any file, and see the data that mattersβinstantly.
### Comparison: Get Info vs FinderHover
| | macOS Get Info (`Cmd+I`) | FinderHover |
|---|---|---|
| **Trigger** | Right-click β Get Info (or `Cmd+I`) | Hover mouse |
| **Speed** | Slow, window stacks up | Instant, auto-hides |
| **Depth** | Basic (size, kind, dates) | **Deep metadata** (EXIF, codecs, archive contents, Git info) |
| **Workflow** | Interrupts your flow | Non-intrusive overlay |
---
## β¨ Features
### π Beyond Finder
FinderHover reveals metadata that Finder **never shows**:
#### π¦ X-Ray for Archives
Peek inside `zip`, `rar`, `7z`, `tar.gz`, and `iso` files **without extracting them**.
- π Instantly see file lists & file counts
- π Detect encryption status (know if it's password-protected before opening)
- π Check compression ratios and real uncompressed sizes
#### π» Developer Centric
Built by a developer, for developers.
- **Code Insights:** Instant line counts and syntax detection for **38+ languages**
- **Git Aware:** See current branch, commit count, remote URL, and uncommitted changes on repo folders
- **Binary Analysis:** Inspect Mach-O headers, architectures (`arm64`/`x86_64`/Universal), code signing status, and SDK versions for executables
- **Xcode Projects:** View targets, build configurations, Swift version, and deployment targets
#### πΈ Photography & Media
- **Photos:** Camera model, lens info, focal length, ISO, aperture, shutter speed, GPS coordinates, IPTC/XMP metadata (author, copyright, keywords, rating)
- **Videos:** Codec (H.264, HEVC, etc.), resolution, bitrate, frame rate, HDR format (Dolby Vision, HDR10, HLG), chapters, subtitle tracks
- **Audio:** Track name, artist, album, genre, duration, bitrate, sample rate, channels
---
### π¨ Smart & Customizable
#### π§ Intelligent Context Awareness
- **Instant Preview:** Adjustable hover delay (0.1s - 2.0s)
- **Auto-Hide:** Disappears when renaming files, dragging items, or using context menus
- **QuickLook Integration:** Native thumbnails for PDFs, images, and documents
#### π Dual Personalities
- **macOS Style:** Rich visual presentation with thumbnails, icons, and full metadata
- **Windows Style:** Minimal tooltip-style display with essential info only
#### ποΈ Full Control
- Adjustable window size, opacity (70-100%), and font scaling
- **Layout Editor:** Drag-to-reorder metadata fields and toggle visibility per category
- **Localization:** Native support for **English**, **Traditional Chinese (ηΉι«δΈζ)**, and **Japanese (ζ₯ζ¬θͺ)**
---
### π Rich Metadata Support (120+ File Formats)
| Category | Supported Metadata |
|----------|-------------------|
| **π· Photography** | Camera model, lens, ISO, aperture, shutter speed, GPS, IPTC/XMP data, color profiles, HDR gain maps |
| **π¬ Video** | Codec, resolution, bitrate, frame rate, HDR formats (Dolby Vision, HDR10, HLG), chapters, subtitle tracks |
| **π΅ Audio** | Track name, artist, album, genre, duration, bitrate, sample rate, channels |
| **π» Code** | Line counts for 38+ languages, file encoding, syntax detection |
| **π Markdown** | Title, frontmatter (YAML/TOML/JSON), heading/image/link/code block counts |
| **π HTML/Web** | Title, meta description, keywords, author, language, Open Graph tags |
| **βοΈ Config** | JSON/YAML/TOML key counts, nesting depth, syntax validity |
| **π¨ Design** | PSD layers/color mode/bit depth, SVG/AI dimensions, font glyphs |
| **π¦ Archives** | Format type, file count, compression ratio, encryption status |
| **π eBooks** | Title, author, publisher, ISBN, language |
| **πΌοΈ Vector** | SVG viewBox, EPS color mode, element counts |
| **π± App Bundles** | Bundle ID, version, minimum macOS, code signing, entitlements, architectures |
| **β‘ Executables** | Architecture (arm64/x86_64), code signing, minimum OS, SDK version |
| **ποΈ SQLite** | Table/index/trigger/view counts, total rows, schema version, encoding |
| **π Git Repos** | Current branch, commit count, remote URL, uncommitted changes, tags |
| **πΏ Disk Images** | Format (DMG, ISO), compression ratio, encryption status, partition scheme |
| **π§ 3D Models** | Vertex/face counts, mesh/material counts, animations, bounding box |
| **π οΈ Xcode** | Project name, targets, build configs, Swift version, deployment target |
| **π·οΈ System** | Finder tags, download source, quarantine info, iCloud status, symlink targets |
---
## π‘οΈ Privacy First
> **100% Local Processing.**
> FinderHover uses the macOS **Accessibility API** to detect the file under your cursor. All metadata extraction happens **on your machine**βno network requests, no analytics, no tracking.
- β
**Zero Network Access:** All processing happens locally
- β
**Open Source:** Inspect the code yourself on GitHub
- β
**Apple Native:** Built with Swift, AVFoundation, PDFKit, and other native frameworks
**Why Accessibility API?**
Unlike legacy tools that rely on slow AppleScript polling, FinderHover listens to the system's accessibility event stream for high performance and minimal overhead.
---
## π¦ Installation
### Homebrew (Recommended)
```bash
brew install koukeneko/tap/finderhover
```
**Why Homebrew?** It automatically handles Gatekeeper verification, so you don't need to manually allow the app in System Settings.
---
### Direct Download
1. Download `FinderHover.app.zip` from [Releases](../../releases)
2. Extract and move to Applications folder
3. Right-click β Open (to bypass Gatekeeper)
4. Grant Accessibility permission when prompted
---
### Build from Source
```bash
git clone https://github.com/KoukeNeko/FinderHover.git
cd FinderHover
xcodebuild -scheme FinderHover -configuration Release
```
**Requirements:** Xcode 15+ and macOS Sonoma 14.0+
---
## βοΈ Setup & Usage
### First Launch
1. Launch FinderHover from Launchpad or Applications
2. The app appears in your **Menu Bar**
3. Grant **Accessibility permission** (System Settings β Privacy & Security β Accessibility)
4. Hover over any file in Finder to see metadata
### Settings
Click the menu bar icon or press `Cmd+,` to access the settings panel.
**Tip:** Enable "Launch at Login" to start FinderHover automatically when you boot your Mac.
---
## π Technical Highlights
### β‘οΈ High-Performance Architecture
- **Reactive UI Updates:** Leverages **Combine** framework with `debounce` operators to ensure fluid UI updates while keeping CPU usage negligible
- **Native Frameworks:** Built on Apple's `AVFoundation`, `PDFKit`, `QuickLookThumbnailing`, `SQLite3`, and `CoreGraphics`βno external dependencies
- **Smart Caching:** Thumbnail and metadata caching reduces redundant processing
### π οΈ Robust Metadata Engine
Supports **120+ file formats** with deep inspection capabilities:
- **Archives:** Reads zip/rar/7z/iso structure without extraction (using `libarchive` and native APIs)
- **Media:** Extracts video codecs, HDR metadata, and audio specs using `AVFoundation`
- **Code:** Detects 38+ programming languages with accurate line counting
- **Git:** Parses `.git` directory for branch, commit, and remote info
- **Binaries:** Analyzes Mach-O headers for architecture and code signing
---
## π οΈ Project Structure
```
FinderHover/
βββ App/ # Application lifecycle (FinderHoverApp, HoverManager)
βββ Core/ # MouseTracker, FinderInteraction, FileInfo
βββ Extractors/ # Metadata extraction logic (ArchiveExtractor, DeveloperExtractor, etc.)
βββ UI/
β βββ Windows/ # Floating hover window, settings container
β βββ Settings/ # Modular settings pages
βββ Utilities/ # Localization, logging, formatting helpers
```
---
## πΈ Screenshots
---
## π What's New
### v1.7.0 - Advanced Metadata Update
- **New:** 3D model metadata (USDZ, OBJ, GLTF, FBX)
- **New:** Xcode project inspection (targets, Swift version, deployment target)
- **New:** Advanced file system metadata (allocated space, resource fork, volume info)
- **Enhanced:** Archive format support (added ISO, TAR, CPIO)
- **Enhanced:** System metadata (Finder tags, download source, iCloud status)
[View Full Changelog](CHANGELOG.md)
---
## π€ Contributing
Contributions are welcome! Here's how you can help:
- **Add Extractors:** Check out [Core/FileInfo.swift](FinderHover/Core/FileInfo.swift) for metadata extraction logic
- **UI Improvements:** Explore [UI/Windows/](FinderHover/UI/Windows/) for visual enhancements
- **Localization:** Add translations in [Localizable.strings](FinderHover/Utilities/Localizable.strings)
**Feature Requests & Bug Reports:** Open an issue on [GitHub Issues](../../issues).
---
## π License
MIT License - see [LICENSE](LICENSE) file for details.
---
Made with β€οΈ and Swift
Built for Power Users, Developers, and File Hoarders