You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,26 @@ Simple cross platfrom GUI for rclone command line tool.
7
7
Supports Windows, macOS and GNU/Linux.
8
8
9
9
10
+
Being rclone-browser user for some time and got annoyed by small not working bits and pieces. Original repo (https://github.com/mmozeiko/RcloneBrowser) has not been touched for years and in the meantime rclone changed few things breaking some rclone-browser functionality.
10
11
12
+
I've looked around but could not find anything fully working. Some github users made progress in fixing and adding stuff so I've built upon it.
13
+
14
+
I used DinCahill's changes (https://github.com/DinCahill/RcloneBrowser) as a base of my version.
15
+
16
+
I have fixed whatever I found still not working and added few minor tweaks. I've recompiled and repacked everything using latest Qt (5.13.0). This on its own fixed some issues and added new features like support for dark mode in macOS (see screenshot below).
Enjoy and report if anything is broken. Please note that I am not a programmer and I doubt I could work on any major changes. Also rclone-browser as it is now is enough for my usage. But small fixes and tweaks are always possible - feel free to report any issues.
11
30
12
31
13
32
Original readme from https://github.com/mmozeiko/RcloneBrowser
0 commit comments