summaryrefslogtreecommitdiffstats
path: root/desktop/rclone-browser/README
diff options
context:
space:
mode:
author Lockywolf <for_sbo.rclone-browser_2023-12-05@lockywolf.net>2023-12-06 10:18:29 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-06 11:03:32 +0700
commit0584e8c1f1edc4e7feb77e2ac383fb9a1714bbe6 (patch)
tree90be24a977a5c7a14af666678fc32a3a7d665851 /desktop/rclone-browser/README
parenta66d06f5989805be72930f656e88d98c18114807 (diff)
downloadslackbuilds-0584e8c1f1edc4e7feb77e2ac383fb9a1714bbe6.tar.gz
slackbuilds-0584e8c1f1edc4e7feb77e2ac383fb9a1714bbe6.tar.xz
desktop/rclone-browser: Added (Simple cross platform GUI for rclone).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/rclone-browser/README')
-rw-r--r--desktop/rclone-browser/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/desktop/rclone-browser/README b/desktop/rclone-browser/README
new file mode 100644
index 0000000000..3ac8211619
--- /dev/null
+++ b/desktop/rclone-browser/README
@@ -0,0 +1,30 @@
+Simple cross platform GUI for rclone command line tool.
+
+Allows to browse and modify any rclone remote, including encrypted ones
+Uses same configuration file as rclone, no extra configuration required
+Supports custom location and encryption for rclone.conf configuration
+file
+Simultaneously navigate multiple repositories in separate tabs
+Lists files hierarchically with file name, size and modify date
+All rclone commands are executed asynchronously, no freezing GUI
+File hierarchy is lazily cached in memory, for faster traversal of
+folders
+Allows to upload, download, create new folders, rename or delete files
+and folders
+Allows to calculate size of folder, export list of files and copy rclone
+command to clipboard
+Can process multiple upload or download jobs in background
+Drag & drop support for dragging files from local file explorer for
+uploading
+Streaming media files for playback in player like vlc or similar
+Mount and unmount folders on macOS, GNU/Linux and Windows (for Windows
+requires winfsp and for mac fuse for macOS)
+Optionally minimizes to tray, with notifications when upload/download
+finishes
+Supports portable mode (create .ini file next to executable with same
+name), rclone and rclone.conf path now can be relative to executable
+Supports drive-shared-with-me (Google Drive specific)
+For remotes supporting public link sharing has an option (right-click
+menu) to fetch it
+Supports tasks. Created jobs can be saved and run or edited later.
+Configurable dark mode for all systems