PanEx — PaneExplorer v0.4.0

Browse your local directories side by side.

macOS ▾
Windows Linux

macOS: If you see "app is damaged", open Terminal and run: xattr -cr /Applications/PaneExplorer.app

Open GitHub Repo
Try Web Demo

Terminal Version

PanEx is also available as a standalone terminal app — same multi-pane browsing, right in your shell.

cargo install panex-tui

Or download pre-built binaries from the latest release.

Keyboard Shortcuts

Action Mac Windows / Linux Web TUI
Navigation
Move cursor upYes / k
Move cursor downYes / j
Open / Enter folderEnterEnterYesEnter
Go up directoryBackspaceBackspaceYesBackspace
Go to homeHomeHomeYesHome / ~
Switch paneTabTabYesTab
Deselect / ExitEscEscYesEsc
Edit path / Favorites liste
Toggle favoriteStar iconf
Open in default appo
Quitq
Selection
Extend selection upShift+Shift+YesShift+ / K
Extend selection downShift+Shift+YesShift+ / J
Select all+ACtrl+AYesCtrl+A
File Operations
Copy+CCtrl+CYesy / Ctrl+C
Cut+XCtrl+XYesx
Paste+VCtrl+VYesp / Ctrl+V
Delete / Trash+DeleteYesd / Del
RenameF2F2Yesr / F2
New fileRight-click menun
New folderRight-click menuN
Open in terminalRight-click menut
Pane Management
Split right + Ctrl+ Desktop only |
Split down + Ctrl+ Desktop only -
Close pane +W Ctrl+W Desktop only W
Search & Appearance
Search / FilterJust start typing — or +F / Ctrl+F/ / Ctrl+F
Toggle hidden files+.Ctrl+.Yes.
Cycle sort fieldClick column headers
Toggle sort directionClick column headerS

Features

Multi-Pane Browsing

Split right or down to view multiple directories at once. Unlimited panes, no restrictions.

Drag & Drop

Move files between panes with drag & drop. Hold Alt to copy instead of move.

🎨

4 Themes

Dark, Light, Retro 3.1, and TUI. Switch instantly with the theme button.

Keyboard-Driven

Full keyboard navigation — arrows, tab, enter, delete, and modifier shortcuts.

🔍

Type-Ahead Search

Just start typing to filter the current pane instantly. No shortcut needed — case-insensitive name matching.

📂

Breadcrumb Navigation

Clickable path bar lets you jump to any parent directory. Double-click to type or paste a path directly.

Sortable Columns

Click column headers to sort by name, extension, size, or date. Persisted per pane.

Inline Folder Expansion

Expand folders in-place for a tree view without leaving the current directory.

Context Menu

Right-click for open, rename, delete, copy path, and more. Right-click empty space to create files or folders.

📄

New File & Folder

Create new files and folders from the right-click context menu. Auto-selects the new entry.

🖥

Open in Terminal

Right-click empty space to open the current directory in your terminal. Auto-detects iTerm2 on macOS.

Favorite Locations

Star directories to bookmark them. Quick-access dropdown in the path bar, or press e in the TUI.

Custom Default Apps

Configure per-extension open commands for GUI and TUI independently via ~/.panex/config.toml.

👁

Hidden Files Toggle

Show or hide dotfiles with Cmd+. across all panes.