Back to Software Library
02 / Software

File Manager User Guide

Interactive documentation and technical reference manual for File Manager (v1.7.1).

File Manager Key Features

File Manager (v1.7.1) is a high-performance, multi-pane file explorer engineered to accelerate your desktop workflow. It is designed to elevate workspace efficiency with near-instant local indexing and robust native tools.

  • Near-Instant Local Search
    A local search database allows for lightning-fast query results across your entire storage workspace.
  • Customizable Multi-Pane Layouts
    Arrange active browsing panes in vertical, horizontal, or 4-pane grid configurations.
  • Built-in Markdown Viewer & Editor
    Open and modify Markdown (.md) documents natively with real-time split previews.
  • Integrated Plain Text Editor
    Modify configuration files, scripts, and plain text documents with theme and font size matching.
  • Custom Column Profiles
    Configure custom column layouts mapping general file system attributes, image parameters, and audio metadata.

1. Getting Started

Launch File Manager using precompiled executables or run it directly from the Python source environment.

Running from EXE or Source
  • EXE (Recommended): File Manager is distributed as a standalone Windows executable (GPF-File Manager.exe located inside the dist folder). Simply double-click the file to launch. No setup or installation is required.
  • Python Source: If you prefer to run from source code, execute the startup command in your terminal:
    py filemgr_ongoing.py
First-Run License

The first time you run the application, you will be presented with a license agreement dialog. You must accept this agreement to proceed. The application will securely remember your choice in your local settings config and won't prompt you again on subsequent launches.

2. The Interface & Layouts

The workspace layout is structured for maximum visibility, flexibility, and productivity.

Main Work Areas
  • Sidebar (Left):
    • Bookmarks: Quick-access list of common paths (Desktop, Documents, etc.) and custom directories.
    • Favorite Apps: Custom application shortcuts (e.g., .exe files) for quick launching.
  • File Panes (Center): The primary workspace. Each pane operates independently, allowing you to browse, search, and manage different directories concurrently.
  • Status Bar (Bottom): Displays the last scan timestamp of your search database and includes a "Scan Now" link to trigger a manual database rebuild.
Multi-Pane Layout Modes

Access the Layouts menu to switch layout configurations on the fly:

  • 1 - 4 Panes: Arrange your active file panes in Vertical, Horizontal, or Grid patterns.
  • Layouts + Props: Layout options ending in + Props display a dedicated Properties Pane next to your file panes for instant metadata viewing.

3. Navigation & Terminal Integration

Navigate your local disk drives efficiently and launch command shell windows initialized directly at your current folder location.

Breadcrumbs & Manual Path Editing
  • Breadcrumbs Navigation: Click any directory name in the folder path bar at the top of a pane to jump directly to that level.
  • Manual Editing: Click the ellipsis ("...") button next to the breadcrumbs or press Ctrl + L to turn the breadcrumb bar into an editable text box. Type or paste an absolute path and press Enter to navigate, or Esc to exit.
Volumes & Drive Dropdown
  • Drive Selector: Use the dropdown menu in each pane header to switch between connected drives (C:, D:, etc.).
  • This PC View: Browse a clean summary of all mounted volumes showing used/free space and drive file system types.
Terminal Integration

If you need command-line terminal access, use the quick-launch buttons located in any pane header:

  • PS: Opens a PowerShell window initialized at the current folder location.
  • CMD: Opens a Command Prompt window initialized at the current folder location.

4. File Operations & "Safe Trash"

Perform standard file modifications and utilize safety-first staging systems to prevent accidental file deletion.

Basic Actions
  • Cut / Copy / Paste: Standard Windows shortcuts (Ctrl + X, Ctrl + C, Ctrl + V) work seamlessly between different panes.
  • Rename: Press F2 or right-click a file and select "Rename".
  • Safe Trash: Deleting files (pressing Del) moves them to an internal App Trash folder first. You can immediately undo the deletion by pressing Ctrl + Z. The App Trash is permanently cleared to your Windows Recycle Bin only when you safely exit the application.
Drag & Drop Mechanics
  • Transferring Files: Drag files between active panes to Copy or Move them.
  • Adding Shortcuts: Drag any folder into the Bookmarks list to pin it. Drag any .exe application into the Favorite Apps section to create a quick-launch shortcut.
  • Pane Syncing (Linking): Drag a pane's title bar and drop it onto another pane to automatically sync their active directories.

5. Right-Click Context Menu

Right-clicking any file or folder reveals an advanced context menu of file actions:

  • Open: Opens files using their default system association, or launches the internal Markdown/Text viewer if configured.
  • Jump to this folder: (For search results) Navigates the current pane directly to the directory housing the selected search result.
  • Cut / Copy / Paste / Delete / Rename: Standard file management options.
  • Copy path to clipboard: Copies the absolute file path.
  • Copy filename to clipboard: Copies the filename only.
  • Copy contents to clipboard: (For text files) Reads file content and copies it directly to your clipboard.
  • Add to bookmarks: (For folders) Pins the selected folder to the sidebar Bookmarks.
  • Add to favorite apps: (For executables) Pins the application to the sidebar Favorites.
  • Compress to zip: Zips the selected files.
  • Extract here / Extract to [Folder]/: (For .zip files) Unzips the contents directly.
  • View markdown file: Opens the file in the built-in Markdown Viewer.
  • Edit: Opens text files in the built-in Text Editor.
  • Send to: Access your system's desktop and documents folders, or custom entries dynamically fetched from your Windows SendTo directory.
  • Create sendto destination to here: Adds the current folder as a target in your system-wide "Send To" context menu.
  • Edit in [Custom Editor]: Launches your custom editor application configured in Settings.
  • Edit in Notepad / Notepad++: Launches default system text editor applications.
  • Properties: Displays file system details and editable metadata.

6. Built-in Markdown Viewer & Editor

File Manager includes a high-fidelity Markdown tool for viewing and editing .md documents natively.

Opening Markdown Files
  • Direct Access: Right-click any .md file and choose "View markdown file".
  • Double-Click Association: Go to Options > Settings... and check "Use Internal Markdown Viewer/Editor". Once enabled, double-clicking any .md file automatically opens it inside the app.
Reader Mode (Standard View)
  • Displays the Markdown document rendered into styled HTML matching your application's current Light or Dark theme.
  • Hyperlinks are fully active and will open in your default system browser.
Edit Mode (Dual-Pane Split View)
  • Click the "Edit" checkbox on the top toolbar to open a side-by-side view: the Rendered Preview (Left) and the Plain Text Markdown Editor (Right).
  • Real-time Rendering: The preview pane syncs instantly as you type.
  • Scroll Memory: Preserves scroll positions across keystrokes.
  • Action Row: Activates bottom buttons to Save, Save As..., and access Help.
Search Drawer & Close Protection
  • Search Drawer: Click the "Search" button to open a search drawer. Supports live, incremental search with "Next" (F3) and "Previous" (Shift + F3) navigation.
  • Close Protection: If you close the viewer with unsaved changes, the app warns you to save your changes before exiting.

7. Built-in Text Editor

For standard text files, File Manager provides a lightweight, integrated editor.

Interface & Features
  • Theme Integration: The editor dynamically styles its background, colors, and margins based on whether you are using the Light or Dark theme.
  • Font Matching: Text is displayed in a monospaced font (Consolas/Monospace) configured to match the application's font size settings.
  • Tabs: Indentation is configured to a clean, standard 4-space tab stop distance.
  • Command Bar: Fast buttons for Cut (Ctrl + X), Copy (Ctrl + C), Paste (Ctrl + V), Delete (Del), Select All (Ctrl + A), and Find (Ctrl + F).
Search Drawer & Close Protection
  • Search Drawer: Search within the text editor with wrap-around, matching count status, and Next/Previous navigation.
  • Close Protection: Prompt guards you against losing changes when closing the editor window.

9. Customization & Settings

Adjust your preferences, set up custom editors, and design metadata profiles for files and audio/image media.

Configurable Preferences (Options > Settings...)
  • Theme: Select light or dark mode. Styling of all panels and editor backgrounds updates instantly.
  • Font Size (pt): Adjust the system-wide font size (from 8pt to 20pt) for file lists and editor dialogs.
  • Launch at Startup: Automatically run the application when Windows boots.
  • Max File Size for Export: Set the maximum size threshold in MB for CSV/metadata report exports.
  • Ignore Recycle Bin: Exclude deleted files from search index queries.
  • See Hidden Folders: Show or hide system and hidden folders in directory structures.
  • Custom Editor Path: Browse and choose a system editor (like VS Code or Sublime) to launch files via the right-click menu.
  • Use Internal Markdown Viewer/Editor: Enable double-clicking .md files to open internally.
  • Use Internal Text Editor: Enable double-clicking text files to open internally.
  • Include HTML files: Allow HTML files to be opened within the internal text editor (only active when the internal text editor is checked).
Custom Column Profiles (Options > Fields...)

Customize columns for the detailed file pane view and the Properties pane:

  1. Open Options > Fields... or right-click column headers.
  2. Drag and drop metadata fields into the list views:
    • Images: Date Taken, Dimensions, Resolution, ISO, Camera Model, F-Stop.
    • Music: Artist, Album, Duration, Bitrate, Year, Genre.
    • General: Date Modified, Date Created, Date Accessed, File Owner, Permissions.

10. Keyboard Shortcut Quick Reference

Keyboard Bind Resulting System Action
Ctrl + N Create a new blank file
Ctrl + Shift + N Create a new folder
Ctrl + C / X / V Copy / Cut / Paste
Del Delete file or folder (to App Trash)
Ctrl + Z Undo last file operation
Ctrl + Y Redo last file operation
F2 Rename selected item
F5 Refresh active pane
Ctrl + L Highlight breadcrumb path for text editing
Ctrl + F Open Find drawer inside internal editors
F3 / Shift + F3 Find Next / Previous match inside editors
Esc Close search drawer or dialogs

File Manager Workspace Screenshot

Review the visual workspace design and flexible multi-pane layout of the File Manager application.

File Manager Screenshot
Open Full-Resolution Image in New Tab

Download File Manager

Get the latest release of File Manager directly from our public GitHub repository. Simply fetch the standalone executable and launch.

Download from GitHub GitHub Repository Home