File manager

The File manager is a dual-pane (Commander-style) browser: two panels side by side, each pointing at either your local disk or a remote SFTP host. Copy and move between them, and the transfer just works — local→remote, remote→local, even remote→remote.

Panels

Each panel is independent. A panel can show:

Pick the source from the panel header. The focused panel is the active one — its directory drives copy/move targets and keyboard actions. Click a panel (or use Tab on Desktop) to move focus.

Each panel also picks its own view — Detail (sortable columns), List (name only) or Tree — from the view-mode menu in the panel header. In Detail view, the gear icon in the column header chooses which columns are shown.

Copy, move, and the rest

Remote panels reuse a live SSH connection when one already exists for that host — opening a second view costs only an SFTP channel, not a fresh login.

Viewing files

Enter / double-click (or tap) a file to open it in the built-in viewer. Remote files are read in windowed chunks — even a multi-GB log opens instantly. The viewer has Text and Hex modes plus in-file search with case-sensitive, whole-words and reverse options. Some types get a dedicated view: Markdown renders formatted, images show a preview, and Windows (PE) / Linux (ELF) executables show a header summary — format, architecture and more — even when the file has been renamed.

Browsing archives

ZIP / JAR, TAR (including tar.gz / tgz) and ISO archives open like folders: enter one and browse it, copy files out with a normal copy. Detection looks at content, not just the name — a renamed or extensionless archive still opens. Remote archives on SFTP panels work too; ISO images are read in ranged chunks, so a large image is never downloaded whole. Backspace (or the .. row) leaves the archive.

Multiple workspaces

You can open several File manager instances at once, each with its own pair of panels. Every instance is a first-class session in the tab bar / Active Sessions list (labelled left / right, e.g. Local / prod-db), so switching away and back restores the exact panels you left.

The remembered layout is kept for the running app only — it is not written to disk. A fresh start opens a clean Local view and never dials the network until you ask it to.

Keyboard shortcuts

Commander is fully keyboard-driven (Norton / Total Commander style). Keys act on the focused panel in the list/detail view; switch panels with Tab.

Navigation

KeyAction
TabSwitch the active panel (left ↔ right)
Up / DownMove the cursor
Home / EndJump to the first / last item
Page Up / Page DownMove a page at a time
Left / RightMove a page at a time (FAR-style Page Up / Page Down)
EnterOpen the folder / activate the file under the cursor
BackspaceGo up to the parent folder
Alt+EnterProperties of the item under the cursor
Ctrl+SpaceReturn focus to the panel's address bar

Selecting files

KeyAction
SpaceMark / unmark the item under the cursor
InsertMark the item and step down
Shift+Up / Shift+DownExtend the marking while moving
Ctrl+AMark everything in the panel
Ctrl+Shift+AClear the marking
+ / - (numpad)Mark / unmark files matching a pattern

File operations

KeyAction
F2 (or Ctrl+R)Re-read the active panel
F3View the file under the cursor
F5Copy marked items to the other panel
F6Move marked items to the other panel
Shift+F6Rename the item under the cursor
F7Create a new folder
Shift+F4Create a new (empty) file
F8 / DeleteDelete marked items
Alt+F7 (or Ctrl+Shift+F)Find files
Ctrl+PEdit permissions (chmod)
Ctrl+HShow / hide hidden files (active panel)

In the viewer

KeyAction
Esc / F3 / F10Close the viewer
F4Switch Text / Hex mode
F2Toggle line wrap (text mode)
F7 (or Ctrl+F)Find; Shift+F7 finds the next match

Quick search

Press Alt + a letter or digit to start a quick search in the focused panel, then keep typing to jump to a matching name. While the search box is open: Up/Down jump to the next/previous match, Backspace deletes a character, Enter opens the match, Esc cancels, Tab switches panel.

File-operation keys are paused while a transfer is in progress.

Detach into its own window

A docked File manager can be torn off into a standalone window (the detach control in the title bar) and re-docked later — the same detach / re-dock that works for any session (see Windows & tray). The underlying panels stay alive across detach/re-dock — no reload, no re-login.

Previous
SFTP
Next
Local & serial