File Management

Default Folder X vs full-app alternatives: augment or replace Finder?

Default Folder X augments macOS dialogs without replacing Finder. Forklift/mq-dir replace Finder entirely. Different problems — but which combo earns its space?

Honam Kang5 min read

Default Folder X (DFX) sits in a unique spot — it's been the system-level Open/Save dialog enhancer on Mac for 25+ years, and most macOS users have never heard of it. Full-app file managers (Forklift, mq-dir, Marta, Commander One) sit in a different spot — they replace Finder. Many users encounter both options and ask "which?"

The answer is "both, often" — and this post explains why.

What each tool actually does

Default Folder X

Augments every macOS Open/Save dialog with:

  • Recent folders (across all apps)
  • Favorites you've pinned
  • Sets — saved groups of folders
  • Path navigator
  • Tag-based filtering
  • Rename / set tags inside the dialog
  • Reveal in Finder from inside a dialog

Critically: DFX never replaces anything. It hooks into existing macOS dialogs. Without DFX, you still have the standard NSOpenPanel/NSSavePanel; with DFX, the same panels gain a sidebar.

Full-app file managers (Forklift, mq-dir, Marta, etc.)

Replace Finder as the day-to-day file browser. You launch the app, it shows a window with panes, tabs, sidebar — like Finder but better at specific things (dual-pane, quad-pane, SFTP, etc.).

These apps don't intercept Open/Save dialogs. When you save from Photoshop, you still get the macOS standard dialog (or the DFX-enhanced version if you have DFX).

Why they're not substitutes

The two tool categories operate at different system layers:

  • DFX is at the system-services layer. It hooks into dialog code that runs inside other apps' processes.
  • Full-app managers run as separate processes. They have their own windows.

Because they live in different layers, they can't replace each other. DFX can't be a Finder replacement (it doesn't have a window of its own). Forklift/mq-dir can't intercept system dialogs (sandboxing prevents it).

When DFX is the right pick

If your daily workflow includes saving/opening files in many different apps:

  • Save screenshots from CleanShot/macOS native to specific folders
  • Save documents from Word/Pages/Notion/Notes
  • Save images from Photoshop/Affinity/Figma
  • Open attachments in Mail/Messages
  • Open files in IDEs (VS Code, Cursor, Xcode)
  • Export from Logic, Final Cut, Lightroom

For each of these, the macOS Open/Save dialog appears. DFX's sidebar makes "navigate to ~/Desktop/Project-X/screenshots/" a one-click operation instead of folder-clicking your way through the path.

For users with this dialog-heavy workflow, DFX saves enormous time. $40 one-time pays back in days.

When a full-app file manager is the right pick

If your daily workflow includes browsing the file system extensively:

  • Multiple project folders open at once
  • Comparing folder contents
  • Moving/copying files between locations
  • Watching folders for new files (artifacts, downloads)
  • SFTP / remote work

For these, Finder is too limited. Full-app file managers (Forklift for SFTP-heavy, mq-dir for parallel local, Marta for keyboard purist) replace Finder.

When you need both

If your workflow includes both — dialog-heavy AND file-system-heavy — install both. They cost about $60 combined (DFX $40 + Forklift $19.95) for permanent productivity gains. Or DFX + free mq-dir at $40.

This is what most macOS power users settle on after a year of trying various combinations.

When you need neither

For honesty: many users don't need either.

  • Casual users opening Word/Excel a few times a day: Finder is enough.
  • Users with one project who don't navigate much: Finder is enough.
  • Users who already memorized their key folder paths and type them in dialogs: Finder is enough (DFX still helps but less).

Don't preemptively install tools for workflows you don't have. Try them when you feel the friction.

Use case routing

Your daily workflow Recommendation
Save/open across many apps daily DFX
Browse multiple folders for AI/dev work Full-app file manager (mq-dir, Forklift)
Save AND browse Both
Casual Mac user Neither
SFTP-heavy Forklift (and DFX if dialog-heavy in editors)
Quad-pane / parallel projects mq-dir
Vim/keyboard purist Marta

What full-app file managers will never do

For clarity: no full-app file manager will ever provide DFX features. The architectural reasons:

  1. Sandboxing: Mac App Store apps can't hook into other apps' processes.
  2. Privacy posture: even non-sandboxed apps would need accessibility entitlements that compromise privacy guarantees.
  3. Specialization: DFX has spent 25+ years on this specific problem. Replicating it would be years of engineering for no advantage.

If you want DFX features, install DFX. There's no integrated alternative.

What about Hammerspoon?

Hammerspoon is a free Lua-scriptable automation tool for macOS. Power users can:

  • Bind keyboard shortcuts that work inside Open/Save dialogs
  • Inject favorite paths into the path navigator
  • Auto-rename files at save time

You won't fully replicate DFX (recent folders, sets, the polished UI) but you can get 30-40% of the value for free if you're willing to write Lua.

For users who already use Hammerspoon for other automation, this is a reasonable alternative. For users new to scripting, DFX at $40 is the saner path.

Pricing summary

  • Default Folder X: $40 one-time (or family pack $50)
  • Forklift: $19.95 one-time
  • mq-dir: free, MIT
  • Marta: free / Pro $25 one-time
  • Commander One: free / Pro $29.99 one-time
  • Hammerspoon: free
  • Yazi/nnn (terminal): free

A serious power-user setup typically lands around $40-60 ($40 DFX + $20 Forklift, or $40 DFX + free mq-dir, or just $20 Forklift if dialog-light).

Verdict

DFX and full-app file managers are not competitors. They cover different parts of the macOS file-management surface. Most heavy users install one of each:

  1. DFX for system-wide Open/Save dialog enhancement (every app benefits).
  2. A full-app manager for daily browsing — pick based on workflow:
    • Forklift for SFTP polish
    • mq-dir for quad-pane / parallel work / open-source posture
    • Marta for vim-style keyboard
    • Commander One for ex-Total-Commander muscle memory

This combination outperforms Finder alone by a margin most users describe as "I can't believe I worked without these for years." The cost is modest; the daily compound saving is enormous.

mq-dir is free, MIT-licensed, no telemetry. DFX is closed-source from a 25-year-old indie studio. Both safe long-term commitments.

Open source

mq-dir is fully open source.

MIT licensed, zero telemetry. Read the source, file an issue, send a PR.

★ Star on GitHub →

Frequently asked questions

No, because DFX uses system-level hooks (accessibility APIs, undocumented integrations) that no sandboxable file manager can replicate. DFX is specifically a system add-on, not a Finder replacement.

References

  1. [1]
  2. [2]

Ready to try mq-dir?

A native quad-pane file manager built for AI multi-tasking on macOS. Free, MIT licensed, zero telemetry.

v0.1.0-beta.11 · MIT · macOS 14.0+ · github