Usage

First steps with Rclone UI

This guide will help you get started with Rclone UI.

Opening the toolbar

This is the central command center of Rclone UI, the cockpit.

It's a full-featured command palette with auto-completion and a history of your most used commands.

You trigger it with a customizable shortcut, the default is Ctrl+Shift+Z on Windows/Linux and Cmd+Shift+Z on macOS.

If you want to change the shortcut, you can do so in the Settings > Toolbar section.

Running your first command

The first thing you'll want to do is run a command.

You can do this by typing the command you want to run in the toolbar and pressing enter.

Let's say you want to copy a file from your local machine to your Google Drive.

You can write:

Copy
# This will open the Copy window
copy C:\Local\path\to\source myRemote:/path/to/destination
# This will open the Copy window with the source and destination paths filled in for you

Once the window is open, you can further customize the command before running.

Saving the command as a template

You can save the command as a template to use it later.

To do this, click on the "Save" button in the toolbar and select "Save as template".

You can then use the template by clicking on it in the toolbar and it will be filled in for you.

Checking on the transfer

You can create a schedule to run a command at a specific time.

Browsing your data

How is this guide?