RcloneShuttle
RcloneShuttle copied to clipboard
Upload your files to anywhere - GTK4 GUI for Rclone
Since S3-like object storage doesn't natively support the concept of folders, the UX for those types of remotes is kind of tricky. Current workaround to "create" a folder: - In...
On light theme, this looks kind of strange:  If there was a border between the remotes sidebar and header bar, the UI would look cleaner. Unfortunately custom styling appears...
Renaming is a blocking I/O operation. Since it can take a bit more time than expected, it's worth offloading this operation from the UI thread.
Ideally, Rclone Shuttle would not need host permission to enable Flatpak support. The main reason for it is drag and drop. Apparently this should work out of the box, but...
If you double click a file to open a temporary local copy of it and edit it, Rclone Shuttle could offer to reupload the modified file for you.
- [ ] Wait for the [latest Ubuntu LTS](https://github.com/github/roadmap/issues/958) to be available on GHA so we can build with recent enough GTK system dependencies without relying on Docker
I've gotten  on a top-level directory of a Samba remote I can list using `rclone lsjson` and Rclone Browser without any issues, but only outside the Flatpak container.