A file system plugin that integrates rclone with Double Commander, allowing you to browse and manage cloud storage remotes directly from the file manager.
- Browse all rclone-configured remotes
- Download files (F5 or drag)
- Upload files (F5 or drag)
- Create directories (F7)
- Delete files and directories (F8)
- Rename/Move files within the same remote (Shift+F6)
- Background transfers with progress reporting
- rclone installed and configured with at least one remote
- Double Commander
The plugin requires the Double Commander SDK headers. Clone the Double Commander source and place this plugin in the correct location:
# Clone Double Commander source
git clone https://github.com/doublecmd/doublecmd.git
cd doublecmd
# Clone this plugin into the plugins directory
git clone https://github.com/miklos-szel/rclone-wfx.git plugins/wfx/rcloneThe expected directory structure:
doublecmd/
├── sdk/ # SDK headers (from Double Commander source)
└── plugins/
└── wfx/
└── rclone/ # This plugin
cd plugins/wfx/rclone/build
./build_macos.shThe script will use lazbuild if available, or fall back to fpc, or offer to install via Homebrew.
To remove build artifacts:
./build_macos.sh cleanThe compiled plugin is created at:
doublecmd/plugins/wfx/rclone/rclone.wfx
-
Copy
rclone.wfxandrclone.icoto Double Commander's plugins directory:macOS:
mkdir -p ~/Library/Application\ Support/doublecmd/plugins/wfx/rclone cp rclone.wfx rclone.ico ~/Library/Application\ Support/doublecmd/plugins/wfx/rclone/
-
Register the plugin in Double Commander:
- Open Configuration → Options
- Navigate to Plugins → File system plugins
- Click Add and select
rclone.wfx
- Press
Cmd+L(macOS) orCtrl+L(Linux) to open the directory bar - Type
rclone://and press Enter - Browse your configured remotes
No remotes shown:
rclone listremotesIf empty, configure a remote with rclone config.
rclone not found: Ensure rclone is in your PATH or install it from https://rclone.org/install/
Miklos Mukka Szel contact@miklos-szel.com
Copyright (c) 2025 Miklos Mukka Szel
LGPL v2.1 or later. See COPYING.LESSER.txt.