A file manager lives or dies by how well it gets on with the operating system around it. cwdio installs for your user only, asks for no administrator rights, and still plugs into the parts of Windows that matter: the clipboard, drag and drop, the right-click menu, the drives, the tray, and the Recycle Bin.
What it does
- Explorer’s right-click menu. Open in Cwdio File Manager on folders, folder backgrounds and drives —
registered per user (
HKCU, no admin) by the installer, or toggled under Tools ▸ Explorer integration on the portable build. - The Windows clipboard is the file clipboard. Ctrl+C / Ctrl+X here paste in Explorer and any other app that takes files; Explorer’s copy or cut pastes here — as a copy or a move. Remote and in-archive rows keep their richer in-app payload so they still paste within cwdio.
- Real drag and drop. Dragging rows is a native OS drag whenever the files have real paths: the same gesture drops onto the other panel, another cwdio window, Explorer, or any application that accepts files. A drop from Explorer imports; a drop from cwdio’s own rows onto a panel keeps cwdio’s semantics — drop guards, Shift to move, undo.
- Drives, live. Removable drives appear and disappear as you plug them (Windows device-change events),
mapped network drives are listed as Explorer lists them, and each installed WSL 2 distribution is a
root beside your disks. A bare
\\serverlists that server’s shares. - Tray and summon hotkey. A tray icon with Show / Hide / Quit; a global hotkey (default Ctrl+Alt+F, set under Tools ▸ Set summon hotkey…) brings the window up from anywhere; Tools ▸ Minimize to tray on close keeps it running out of the way.
- One instance, many windows.
cwdio <path>opens a folder in the running window (or a new one, per Tools ▸ Open folders in a new window);cwdio -n <path>always opens a new window; a taskbar Shift-click or Ctrl+Shift+N opens another window on the same running instance. - Recycle Bin by default. Del and F8 go to the Recycle Bin; only Shift+Del deletes permanently, and it is confirmed and danger-styled.
- Small courtesies. Taskbar progress during a transfer; Open with… for the OS chooser; Copy path in Windows form, with forward slashes for git-bash/WSL/JSON, or relative to the git repo.
How to use it
- Install once (per user) — or unzip the portable build. Nothing else to configure.
- In Explorer, right-click a folder → Open in Cwdio File Manager. It lands in the left panel of the running window.
- Copy something in cwdio, paste it in Explorer; copy in Explorer, paste in cwdio. Drag a row onto your editor, a chat window, or the desktop.
- Press Ctrl+Alt+F from any application to summon cwdio.
What it deliberately does not do
- It never holds the clipboard open. Writing the file clipboard runs through a one-shot helper that exits immediately, and reading the clipboard’s status spawns nothing — a stuck helper would wedge the clipboard for the whole machine, so there is no “empty the clipboard” call anywhere.
- It does not install a shell extension DLL, change file associations, or register anything under
HKLM. Uninstalling removes the one context-menu entry it made. - It does not run elevated, and does not offer to. Elevated processes cannot even see your normal-session network drives, which is one reason a file manager should not live there.
- The Windows 11 top-level context menu needs a signed sparse package; until cwdio is code-signed the entry is under Show more options.
Related
- Undo and the safety net — the Recycle Bin, the overwrite stash, Ctrl+Z.
- Dual panes, tabs and the workspace — windows, layout, drives in the picker.
- Install and update — installer vs portable, and what each registers.