can’t innovate my ass Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
The cross-platform GUI for Rclone
Tnstalls and launches Rclone UI.
Usage
npx rclone-ui
That's it!
If Rclone UI is already installed, it opens the app. If not, it downloads the latest release from GitHub and installs it.
Options
npx rclone-ui # Open Rclone UI (installs if not found)
npx rclone-ui --install # Reinstall (or update)
npx rclone-ui --version # Show version
npx rclone-ui --help # Show help
How it works
- macOS: Mounts the
.dmgand copies the app to/Applications - Windows: Runs the NSIS installer in silent mode
- Linux: Installs the AppImage to
~/.local/bin