mmozeiko/RcloneBrowser
Fork: 412 Star: 1312 (更新于 2024-10-25 06:29:10)
license: Unlicense
Language: C++ .
Simple cross platform GUI for rclone
最后发布版本: 1.2 ( 2017-03-12 06:30:24)
WARNING: This project is not longer active or maintaned.
Initially I created it only because rclone mount did not work in the beginning. Now mount on Windows works fine, so this project is not useful for me anymore.
I suggest to try out rclone built-in web based GUI instead
RcloneBrowser
Simple cross platfrom GUI for rclone command line tool. Supports Windows, macOS and GNU/Linux.
Features
- 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 copmmand 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 mpv or similar
- Mount and unmount folders on macOS and GNU/Linux
- 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
Download
Get Windows, macOS and Ubuntu package on releases page.
For Ubuntu you can also install it from Launchpad: Rclone Browser.
ArchLinux users can install latest release from AUR repository: rclone-browser.
Other GNU/Linux users will need to build from source.
Screenshots
Windows
Ubuntu
macOS
Build instructions for Windows
- Get Visual Studio 2013
- Install CMake
- Install or build from source Qt v5 (64-bit) from Qt website
- Set
QTDIR
environment variable to Qt installation, or adjust path to Qt inbootstrap.cmd
file - Run
bootstrap.cmd
, it will generate Visual Studio 2013 solution inbuild
folder
Build instructions for GNU/Linux and macOS
- Make sure you have working compiler and cmake installed
- Install Qt v5 with package manager or from Qt website
- Create new
build
folder next tosrc
folder - Run
cmake ..
frombuild
folder to create makefile- if cmake doesn't find Qt, add
-DCMAKE_PREFIX_PATH=path/to/Qt
to previous command
- if cmake doesn't find Qt, add
- Run
cmake --build .
frombuild
folder to create binary
License
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
最近版本更新:(数据更新于 2024-10-15 10:14:40)
2017-03-12 06:30:24 1.2
2017-02-01 13:55:14 1.1
2017-01-29 16:49:09 1.0.0
主题(topics):
rclone
mmozeiko/RcloneBrowser同语言 C++最近更新仓库
2024-11-12 22:32:53 PCSX2/pcsx2
2024-11-11 01:07:39 mudler/LocalAI
2024-11-10 05:02:57 LizardByte/Sunshine
2024-11-08 16:52:36 ExpressLRS/ExpressLRS
2024-11-08 05:48:17 ClickHouse/ClickHouse
2024-11-07 05:10:33 pwsafe/pwsafe