-
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
This guide walks you through your first experience with Unifyl Basic, from launching the app to performing your first file operations. By the end, you will understand the core concepts that make Unifyl a powerful file management tool.

- First Launch
- Understanding the Interface
- Core Concepts
- Your First File Operations
- Essential Shortcuts to Learn First
- Next Steps
When you launch Unifyl Basic for the first time:
-
Both panels open to your Home directory. The left panel and right panel each display the contents of
~/(your user home folder). - The left panel is active by default. You will see a highlighted cursor on the first item in the left panel.
- The function key bar appears at the bottom of the window, showing the classic F1--F8 commands: Help, Refresh, View, Edit, Copy, Move, New Folder, Delete.
- The workspace is saved automatically. When you quit and relaunch, Unifyl restores your exact panel layout -- directories, tabs, sort orders, and active panel.
Tip: If you are coming from Finder, the biggest adjustment is that Unifyl uses a cursor (highlighted row) that is separate from selection (checked/marked items). This dual concept is what makes power operations possible.
The Unifyl window is divided into several key regions:
+------------------------------------------------------------------+
| Menu Bar |
+-------------------------------+----------------------------------+
| Left Panel | Right Panel |
| [Tab 1] [Tab 2] [+] | [Tab 1] [+] |
| /Users/you/Documents | /Users/you/Downloads |
| โโโโโโโโโโโโโโโโโโโโโโโโโโโ | โโโโโโโโโโโโโโโโโโโโโโโโโโโโ |
| โ .. โ | โ .. โ |
| โ > Projects/ โบ โ | โ screenshot.png โ |
| โ README.md โ | โ report.pdf โ |
| โ notes.txt โ | โ archive.zip โ |
| โ image.png โ | โ installer.dmg โ |
| โโโโโโโโโโโโโโโโโโโโโโโโโโโ | โโโโโโโโโโโโโโโโโโโโโโโโโโโโ |
| 5 items, 2 selected (1.2 MB) | 4 items |
+-------------------------------+----------------------------------+
| F1 Help | F2 Rename | F3 View | F4 Edit | F5 Copy | F6 Move |
| F7 MkDir | F8 Delete |
+------------------------------------------------------------------+
| Component | Location | Purpose |
|---|---|---|
| Tab Bar | Top of each panel | Switch between multiple directory tabs within a single panel |
| Path Bar | Below the tab bar | Shows the current directory path; click segments to navigate |
| File List | Main area of each panel | Displays files and folders with columns for name, size, date, etc. |
| Status Bar | Bottom of each panel | Shows item count, selection count, and total size of selected items |
| Function Key Bar | Bottom of window | Quick access to F1--F8 operations |
| Preview Panel | Optional right side | Shows a preview of the cursor item (toggle with Ctrl+Q) |
The defining feature of Unifyl is its dual-pane layout: two independent file panels side by side. This design enables:
- Direct file operations: Copy or move files from one panel to the other without drag-and-drop or dialog boxes.
- Directory comparison: See two directories simultaneously to compare contents.
- Independent navigation: Each panel has its own tab system, navigation history, sort order, and filter.
The split ratio between panels is adjustable by dragging the divider. Your preferred ratio is saved automatically.
At any given time, one panel is active (has keyboard focus) and the other is inactive:
| Property | Active Panel | Inactive Panel |
|---|---|---|
| Visual indicator | Highlighted title bar / border | Dimmed or neutral title bar |
| Keyboard input | Receives all keyboard shortcuts | Does not respond to keyboard |
| Cursor | Visible, highlighted row | May retain its last cursor position |
| File operations target | Source for copy/move | Destination for copy/move |
How to switch panels:
- Press
Tabto toggle focus between left and right panels. - Click anywhere inside the other panel.
Important: When you press
F5(Copy) orF6(Move), files are copied/moved from the active panel to the inactive panel's current directory. This is the fundamental dual-pane workflow.
This is the most important concept to understand in Unifyl:
| Concept | What It Is | Visual | How to Move/Set |
|---|---|---|---|
| Cursor | A single highlighted row indicating your current position | Highlighted background row | Arrow keys (Up/Down), click a row |
| Selection | One or more items explicitly marked for batch operations | Checkmark or colored highlight |
Insert, Space, Shift+Up/Down, Cmd+A
|
Key behavior -- selectedOrCursorItems:
When you invoke an operation like Copy, Move, or Delete, Unifyl uses this logic:
- If one or more items are selected (explicitly marked), the operation applies to all selected items.
- If nothing is selected, the operation applies to the cursor item (the single highlighted row).
This means you never need to explicitly select a single file -- just move the cursor to it and press the operation key. But when you want to operate on multiple files, you select them first, and the cursor position becomes irrelevant to the operation.
The function key bar at the bottom of the window provides quick access to the most common operations:
| Key | Action | Description |
|---|---|---|
F1 |
Help | Open context-sensitive help |
F2 |
Inline Rename | Edit cursor filename in place. Refresh moved to โR in 1.1.0. |
F3 |
Viewer Window | Open in independent viewer window (survives app switching). For Quick Look use Space. |
F4 |
Edit | Open the cursor item in the default editor |
F5 |
Copy | Copy selected/cursor items to the opposite panel |
F6 |
Move | Move selected/cursor items to the opposite panel |
F7 |
New Folder | Create a new folder in the active panel's directory |
F8 |
Delete | Move selected/cursor items to the Trash |
Tip: If your keyboard has a Touch Bar or requires holding
Fnto use function keys, you can change this in System Settings > Keyboard > Keyboard Shortcuts > Function Keys, or use the equivalentCmdshortcuts in Unifyl (e.g.,Cmd+Dfor Copy to Opposite Panel).
Enter a directory:
- Move the cursor to a folder using
Up/Downarrow keys. - Press
Return(Enter) to enter the directory. - Alternatively, double-click the folder.
Go up one level:
- Press
BackspaceorCmd+Upto go to the parent directory. - Or click the
..entry at the top of the file list.
Go to a specific path:
- Press
Cmd+Shift+G(Go to Folder) to open a path input field. - Type or paste an absolute path and press Return.
Navigate back and forward:
-
Cmd+[goes back in history. -
Cmd+]goes forward in history.
Jump to Home:
- Press
Cmd+Shift+Hto jump to your home directory.
Select a single file for a batch operation:
- Move the cursor to the file.
- Press
Insertto toggle selection and automatically advance the cursor to the next item. - Or press
Spaceto toggle selection without advancing.
Select multiple contiguous files:
- Hold
Shiftand pressUporDownto extend the selection.
Select all files:
- Press
Cmd+Ato select all items in the current directory. - Press
Cmd+Aagain to deselect all.
Invert selection:
- Press
Cmd+Shift+Ato invert the current selection (selected become unselected and vice versa).
This is the quintessential dual-pane operation:
- In the left panel, navigate to the directory containing the source files.
- In the right panel, navigate to the destination directory.
- Switch back to the left panel (press
Tabif needed). - Select the files you want to copy (use
Insert,Space, orCmd+A). - Press
F5(orCmd+D). - A confirmation dialog appears showing the source files and destination.
- Press
Returnor click Copy to confirm.
The files are copied to the right panel's current directory. A progress indicator appears for large operations, with pause/resume controls.
- Press
F7(orCmd+Shift+N). - A dialog appears prompting for the folder name.
- Type the desired name and press
Return. - The new folder appears in the file list, and the cursor moves to it.
- Move the cursor to the file you want to rename.
- Press
Shift+Return(or select File > Rename from the menu). - The filename becomes editable inline.
- Type the new name and press
Returnto confirm, orEscapeto cancel.
Note: Unifyl follows the macOS convention where
Returnenters a directory (for folders) or opens a file, whileShift+Returnactivates rename. This differs from Finder where bareReturntriggers rename.
- Select the files you want to delete (or just position the cursor on a single file).
- Press
F8(orCmd+Delete). - A confirmation dialog appears listing the files to be deleted.
- Confirm to move the files to the macOS Trash (not permanent deletion).
Safety: Unifyl always moves files to the Trash by default, never permanently deleting them. You can restore trashed files using Finder's Trash or
Cmd+Z(Undo) in Unifyl.
These ten shortcuts will cover 90% of your daily file management:
| Shortcut | Action |
|---|---|
Tab |
Switch between left and right panels |
Return |
Enter directory / open file |
Backspace |
Go up to parent directory |
Insert |
Toggle selection + advance cursor |
Cmd+A |
Select all / deselect all |
F5 |
Copy to opposite panel |
F6 |
Move to opposite panel |
F7 |
Create new folder |
F8 |
Delete (move to Trash) |
Cmd+F |
Filter current directory |
Tip: Once you are comfortable with these basics, explore the full keyboard shortcut reference to discover more powerful operations like Smart Folders, Advanced Search, and the Command Palette.
Now that you understand the basics, here are the recommended pages to read next:
- Dual-Pane Navigation -- Learn about tabs, bookmarks, workspace saving, preview mode, and thumbnail grid.
- Keyboard Shortcuts -- The complete reference for all keyboard shortcuts, organized by category.
- File Operations -- Deep dive into copy, move, delete, rename, undo/redo, and the operation queue.
- Selection -- Master the selection model for efficient batch operations.
- Search and Filter -- Learn to find files instantly with real-time filter and multi-criteria Advanced Search.
- Smart Folders -- Collect files from multiple directories into a virtual cart for batch operations.
๐ฌ๐ง English ยท ๐ฐ๐ท ํ๊ตญ์ด (Korean)
- Dual-Pane Navigation
- File Operations
- Selection
- Search and Filter
- Multi-Rename
- Archive Virtual Folders
- Tags
- Keyboard Shortcuts
- Command Palette
- Smart Folders