Skip to content

File Manager

OxideTerm’s File Manager is a full local file browser built into the app — no need to switch to Finder or Explorer. It pairs naturally with the SFTP panel for seamless local↔remote file transfers.

Click File Manager in the sidebar (folder icon), or open a new tab and pick the file manager tab type.

  • Path bar — type any path directly and press Go (Enter)
  • Go Up — navigate to parent directory
  • Home — jump to home directory (~)
  • Drives (Windows) — click “Show Drives” to select a drive letter
  • Refresh — reload the current directory listing

Right-click any file or selection for the full context menu:

ActionDescription
OpenOpen file with default OS app
Reveal in File ManagerShow in Finder / Explorer
Open Terminal HereLaunch a local terminal in this directory
PreviewIn-app Quick Look preview
RenameRename file/folder inline
DuplicateCreate a copy with “Copy of” prefix
Copy / Cut / PasteClipboard-based file operations within File Manager
Compress to ZIPCreate a .zip archive from selection
Extract ArchiveExtract ZIP/tar archives in-place
Copy Path / Copy NameCopy full path or filename to clipboard
PropertiesSee size, MIME type, timestamps, permissions, MD5/SHA-256
DeleteMove to OS trash (with confirmation)

All operations support multi-selection (Cmd/Ctrl+click, Shift+click, Cmd+A).

Star any folder to add it to Favorites in the sidebar:

  • Favorites appear in a collapsible panel above the main listing
  • Each favorite has a custom display name (editable)
  • One-click navigation from anywhere in the app

Press Space to Quick Look preview the selected file without opening an external app. Supported preview formats:

CategoryFormats
ImagesPNG, JPG, GIF, WebP, SVG, HEIC
VideoMP4, WebM, MOV
AudioMP3, AAC, FLAC, WAV, OGG
Code / TextAny text file with syntax highlighting (100+ languages)
MarkdownRendered markdown (with source toggle)
PDFInline PDF viewer
HexBinary files shown as hex dump
FontsTTF, OTF, WOFF — renders alphabet, numbers, ligatures, Nerd Font icons
ArchivesZIP, tar — tree listing with sizes
OfficeDOCX, XLSX, PPTX inline preview

In the preview panel, use / to navigate to the previous/next file. Press i to toggle the info panel (size, MIME type, timestamps, permissions, checksum).

The Properties panel (right-click → Properties) shows:

  • File size in bytes and human-readable form
  • Kind (file, folder, symlink)
  • Location (full path)
  • Created / Modified / Accessed timestamps
  • Access permissions
  • For folders: recursive file + directory count and total size (async scanning)
  • Checksum: click “Calculate MD5 / SHA-256” for integrity verification

Files and folders can be dragged from File Manager directly into an open SFTP panel to start an upload. Similarly, drag files from SFTP into File Manager to download them. The SFTP transfer queue handles the transfer with progress, pause/resume, and breakpoint resume.

Type in the Filter box above the file list to instantly filter by filename — matching is real-time, case-insensitive.