Skip to content

File Manager

import { CardGrid, LinkCard, Steps, Badge } from ‘@astrojs/starlight/components’;

After reading, you can: Browse full computer disks, organize files, and upload folders without opening terminal shells or typing file paths.


Feature🗂️ File Manager📂 Workspace
ScopeEntire computer disks (C:, D:, USB drives)Single project directory bound to the active session
Primary GoalManual file organizing, uploading, unzippingAI code editing, artifact generation, Git review
AvailabilityAlways accessible, no session requiredAppears automatically when a project session is active

  1. Left Sider Icon: Click the dedicated File Manager icon on the left bar.
  2. Preview Panel Tab: Switch to the Files tab at the top of the right preview panel.

  • Double-click any folder to navigate directly into it (breadcrumbs update instantly).
  • Click Up One Level in the toolbar or click ancestor breadcrumbs to return.
  • Toggle between directory tree view and folder navigation with one click.

Slow file operations (such as large zip creation or deletion) display an active spinner directly on the button to prevent duplicate clicks.

Filter files and subfolders instantly by typing into the top search input.

Drag files directly from your desktop into the panel. A progress bar shows uploading status and file counts.

Selecting multiple files opens the batch toolbar:

  • Batch move & copy
  • Batch compression (Download as ZIP)
  • Batch deletion with safety confirmation

Double-click .png, .jpg, .webp, .svg files to inspect them in high resolution without opening external image viewers.