File Management

File browser, tabs, favorites, Quick Open, drag-and-drop, and context menus.

File Browser

Open a folder with File > Open (Cmd O) to see its tree in the left sidebar. Click files to open them in a tab, click folders to expand or collapse them.

File browser sidebar showing project folder tree
The file browser with nested folders, file type icons, and a selected file.

Toggle the file browser with Cmd 1. Its width is adjustable between 150 and 350 pixels.

Searching

Click the magnifying glass icon in the file browser header to reveal a search field. Type to filter files by name (case-insensitive). Results show the filename and relative path. The search debounces at 200ms, so it updates smoothly as you type.

Context Menu

Right-click any file or folder for these actions:

Right-click the empty space at the bottom of the file browser to create a new file or folder in the root directory.

Drag and Drop

Drag files between folders in the browser to reorganize. The cursor changes to a move arrow. You can also drag external files from Finder into the browser to move them into your project folder.

Sorting

In Settings, you can configure two sorting options:

Within each group, files are sorted alphabetically (case-insensitive).

Directory Watching

Quindin watches the open folder for changes on disk. If you create, move, rename, or delete files outside the app, the browser updates automatically (with a 150ms debounce to avoid flicker).

Tabs

Each file opens in its own tab. Tabs preserve their cursor position, selection, and outline state, so switching tabs restores exactly where you left off.

Tab bar with multiple files, modified indicator, and close button
Tabs show the file icon, name, and a blue dot for unsaved changes.
ActionShortcut
New TabCmd T
Close TabCmd W
Next TabCmd Shift ]
Previous TabCmd Shift [
Toggle Tab BarCmd Shift 9

Tabs can be reordered by dragging. Navigation wraps around — pressing Next Tab on the last tab jumps to the first.

Tab Context Menu

Right-click a tab for additional options:

If any tab being closed has unsaved changes, you'll be asked to Save, Don't Save, or Cancel — individually for each modified tab.

Favorites

Star any file to add it to Favorites. Favorites appear in two places:

To star a file, hover over it in the Welcome screen's recent files list and click the star icon.

Recent Files

Quindin remembers your 20 most recently opened files. Access them from File > Open Recent or from the Welcome screen. Quindin uses security-scoped bookmarks to remember folder permissions across restarts — once you grant access to a folder, you won't be asked again.

Other File Operations

ActionShortcut
SaveCmd S
Save AsCmd Shift S
DuplicateFile menu
RenameFile menu
Revert to SavedFile menu

Duplicate creates a copy of the current file on disk (with a "copy" suffix) and opens it. For unsaved files, it creates a new tab with the same content but no file URL.

Revert to Saved discards your in-memory changes and reloads the file from disk.