File managers with the best preview pane (2026 comparison)
Preview panes vary wildly in capability. Here's how the major Mac file managers compare for image, video, audio, PDF, and Markdown preview in 2026.
A preview pane sounds like a basic feature. The implementations vary wildly. For workflows that mix code with images, videos, PDFs, and Markdown, preview quality is the daily friction or the daily comfort. Here's the 2026 comparison.
What "preview" actually covers
A capable preview pane needs to handle:
- Images — JPEG, PNG, HEIC, AVIF, WebP, GIF (animated)
- Video — MP4, MOV with playback controls
- Audio — MP3, AAC, FLAC with waveform or spectrogram
- PDF — multi-page, with smooth scroll
- Plain text + code — with syntax highlighting if possible
- Markdown with GFM — tables, code blocks, task lists, fenced code
- Office docs — DOCX, XLSX, PPTX, Pages, Numbers, Keynote (at minimum thumbnail)
- Archives — at least listing of contents
- Async loading — large files don't lock the UI
Few file managers hit all nine. Here's how the big ones do.
Per-tool preview ranking
#1 — mq-dir (per-tab, async)
Built around the assumption that preview is critical. Renders:
- ✅ Images (all common formats, EXIF metadata visible)
- ✅ Video (with playback controls)
- ✅ Audio (with waveform)
- ✅ PDF (multi-page, smooth scroll)
- ✅ Plain text + code (with language detection)
- ✅ Markdown with full GFM (tables, code blocks, task lists, syntax highlighting in code blocks)
- ✅ Office docs (via Quick Look thumbnails)
- △ Archives (listing not yet)
- ✅ Async loading
Standout: per-tab preview state. Each tab independently has preview on/off and remembers its selected file. Compare two PDFs across two panes simultaneously — both visible, both rendered.
#2 — Forklift (per-window)
Solid preview pane, but window-scoped (one preview per window).
- ✅ Images
- ✅ Video (playback)
- ✅ Audio
- ✅ PDF (multi-page)
- ✅ Plain text
- △ Markdown (renders but not full GFM polish)
- ✅ Office docs (thumbnails)
- ✅ Archives (lists contents)
- △ Async (mostly)
Standout: archive listing and SFTP-aware preview for remote files.
Weakness: one preview per window means you can't compare files across panes simultaneously.
#3 — Yazi (terminal)
Best terminal preview in 2026.
- ✅ Images via Sixel/Kitty/iTerm2 protocols
- △ Video (first frame only)
- △ Audio (no in-terminal playback)
- △ PDF (first page or text extraction)
- ✅ Plain text + code with syntax highlighting
- △ Markdown (rendered as text, no full GFM)
- ✅ Async
Standout: image preview in a terminal that actually works without setup.
Weakness: terminal limitations. No real video/audio playback.
#4 — Path Finder (legacy)
Was good for its era; frozen at 2023.
- ✅ Images
- ✅ Video
- ✅ Audio
- ✅ Text
- △ Markdown (basic)
- ✅ Office (via QL)
Standout: comprehensive at the time.
Weakness: discontinued, no improvements.
#5 — Marta
Functional, text-focused.
- ✅ Plain text + code with highlighting
- △ Images (basic thumbnail)
- △ Video (thumbnail only)
- ❌ Audio playback
- △ PDF (first page)
- ❌ Markdown rendering (shows source)
- △ Office (thumbnails)
Standout: code preview with syntax highlighting.
Weakness: media handling is basic.
#6 — Commander One
Workmanlike preview.
- ✅ Images
- △ Video (thumbnail)
- ❌ Audio playback
- ✅ Text
- ❌ Markdown rendering
- ✅ Archives
- △ Async
Standout: archive listing.
Weakness: no Markdown render, no audio.
#7 — Finder + Quick Look (modal, not pane)
Excellent for what it is — but modal, not a pane.
- ✅ Everything macOS can preview (Apple's Quick Look extensions)
- ✅ Async by design
- ❌ Modal — disrupts browsing flow
Standout: extensible via Quick Look extensions (community has built many).
Weakness: modal model. Press Space to peek, Escape to dismiss. Not a "always visible" pane.
Side-by-side (highlights)
| Tool | Markdown GFM | Video play | Audio play | PDF multi-page | Per-tab |
|---|---|---|---|---|---|
| mq-dir | ✅ Full | ✅ | ✅ | ✅ | ✅ |
| Forklift | △ Basic | ✅ | ✅ | ✅ | ❌ window |
| Yazi | △ Source | △ frame | ❌ | △ first | ✅ |
| Path Finder | △ Basic | ✅ | ✅ | ✅ | ❌ |
| Marta | ❌ Source | ❌ | ❌ | △ first | ✅ |
| Commander One | ❌ | △ | ❌ | ✅ | ❌ |
What's hard to preview well
Three categories where most file managers struggle:
Markdown with full GFM
Many file managers preview Markdown as plain text or apply minimal rendering (bold/italic only). Full GFM — tables, fenced code with syntax highlighting, task lists, autolinks — requires a real Markdown engine.
Why this matters: AI sessions produce Markdown constantly. Reading it as source is friction; reading it rendered is comfort.
mq-dir uses MarkdownUI for full GFM. Forklift renders some GFM. Most others show source.
Video
Need to decode and play. Many tools just show a thumbnail and require launching QuickTime/Preview to actually play.
mq-dir, Forklift, and Path Finder play video in-pane. Most others just thumbnail.
Office docs
DOCX/XLSX/PPTX preview requires either Microsoft's libraries (proprietary) or an open-source rendering library (libreoffice's components). Most file managers defer to Quick Look (which mostly works).
mq-dir and Forklift use QL extensions; previews are good. Cross-platform tools (Yazi, nnn) struggle.
Use case routing
| Your daily previews include… | Pick |
|---|---|
| Markdown rendered | mq-dir |
| Video with playback | mq-dir or Forklift |
| Code with syntax highlighting | mq-dir, Marta, or Yazi |
| PDF multi-page | mq-dir or Forklift |
| Audio with waveform | mq-dir |
| Archive listing | Forklift or Commander One |
| Image-heavy in terminal | Yazi |
| Casual everything (modal) | Finder + Quick Look |
What to install if preview is your priority
For comprehensive preview on macOS in 2026:
brew install --cask mq-dir
Free, MIT, best-in-class preview pane on the platform.
If you also need terminal previews:
brew install yazi
If you need archive-listing previews:
brew install --cask forklift
Honest weakness in mq-dir's preview
For balance:
- Office docs: relies on Quick Look extensions; not custom-rendered. Mostly fine but slower than native.
- Archive listing: not yet (roadmap for v0.2).
- Some legacy formats: defers to QL or shows generic.
- 3D models, CAD files: no special handling (everyone fails here).
For everything else mq-dir is the best preview experience on Mac in 2026.
Verdict
For preview-heavy workflows on macOS, mq-dir has the best overall preview pane in 2026 — comprehensive format support, per-tab independence, async loading, full GFM Markdown.
Forklift is the strong runner-up with archive-listing as a unique advantage.
Yazi wins specifically for terminal-image-preview.
Marta and Commander One have functional but less ambitious previews.
The free option (mq-dir) is competitive with the paid options here — preview was a primary design focus, not an afterthought.
A native quad-pane macOS file manager — free, no telemetry.
v0.1.0-beta.12 · Universal Binary · 5.3 MB · macOS 14.0+
Download for MacFrequently asked questions
References
- [1]Apple Quick Lookdocs
- [2]
Ready to try mq-dir?
A native quad-pane file manager built for AI multi-tasking on macOS. Free, MIT licensed, zero telemetry.
Related posts
Path Finder to mq-dir: succeeding the discontinued classic
Path Finder shipped its last build in 2023. If you're still using it, here's the practical migration to mq-dir — what transfers, what doesn't, and how to bridge the gaps.
Q-Dir to mq-dir: a Windows quad-pane refugee migration guide
If you switched from Windows + Q-Dir to Mac and missed the four panes — mq-dir is the closest spiritual successor. Here's the practical migration guide.
File managers with the best batch rename in 2026
Batch rename is the feature you need rarely but desperately when you do. The 2026 comparison of Mac file managers' batch rename capabilities.