Imagine a Dropbox sync client but with support for over 30 cloud services, all accessible right from your top panel. This tool allows you to manage, monitor, and perform essential operations on your rclone profiles, making remote storage management a breeze. Mount remotes, monitor file changes, sync seamlessly, and navigate your storage, all in one place. Stay updated with real-time status displays for each profile and easily access event logs for a complete view of your activity. Plus, with backup and restore capabilities for your rclone configuration file, setting up multiple devices has never been simpler. Everything while keeping your data private. Unlike other programs from private companies, this tool respects your privacy, sending no information anywhere.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
16 | Active |
15 | Active |
14 | Inactive |
13 | Active |
12 | Rejected |
11 | Rejected |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Rejected |
5 | Active |
4 | Active |
3 | Active |
2 | Rejected |
1 | Active |
1. Please remove line 500 `extension.js`. 2. What's the reason for using `timeout_source_new` instead of `timeout_add`? - [GLib.timeout_add()](https://gjs-docs.gnome.org/glib20~2.0/glib.timeout_add) - [GLib.timeout_add_seconds()](https://gjs-docs.gnome.org/glib20~2.0/glib.timeout_add_seconds)
1- removed 2-documentation of timeout_add does not provide a method for removing the timer. Also, returning false is not working for me
For timeout add, please look at the example here: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources doesn't that work for you?