GithubHelp home page GithubHelp logo

fdar0536 / rclonebrowser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kapitainsky/rclonebrowser

1.0 0.0 0.0 583 KB

Simple cross platform GUI for rclone

Home Page: https://github.com/kapitainsky/RcloneBrowser

License: The Unlicense

CMake 4.38% Batchfile 2.23% Python 0.88% Shell 3.00% C++ 88.52% Objective-C++ 0.74% C 0.25%

rclonebrowser's Introduction

RcloneBrowser

Downloads Release License

Simple cross platfrom GUI for rclone command line tool. Supports Windows, macOS and GNU/Linux.

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.

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.

I used DinCahill's changes (https://github.com/DinCahill/RcloneBrowser) as a base of my version.

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.

Below sample screenshots:

macOS

alt text

Linux

alt text

Windows

alt text

All releases (https://github.com/kapitainsky/RcloneBrowser/releases) are signed with my PGP key

Fingerprint: 5173 1FD9 E29C BEC2 8506  8F02 31DB 6AEE 3AC2 8075

https://keys.openpgp.org/vks/v1/by-fingerprint/51731FD9E29CBEC285068F0231DB6AEE3AC28075

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.

Build instructions for other Unix-like systems

Example commands are for Debian - they might differ for other systems

  1. Make sure you have working compiler and cmake installed sudo apt install g++ cmake
  2. Install Qt v5 with package manager sudo apt install qtbase5-dev
  3. Clone source code from this repo git clone https://github.com/kapitainsky/RcloneBrowser.git
  4. Go to source folder cd RcloneBrowser
  5. Create new build folder next to src folder - mkdir build && cd build
  6. Run cmake .. from build folder to create makefile
  7. Run cmake --build . from build folder to create binary
  8. And last but not least don't forget to install rclone curl https://rclone.org/install.sh | sudo bash

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

screenshot1.png screenshot2.png screenshot3.png screenshot4.png

Ubuntu

screenshot5.png

macOS

screenshot6.png

Build instructions for Windows

  1. Get Visual Studio 2013
  2. Install CMake
  3. Install or build from source Qt v5 (64-bit) from Qt website
  4. Set QTDIR environment variable to Qt installation, or adjust path to Qt in bootstrap.cmd file
  5. Run bootstrap.cmd, it will generate Visual Studio 2013 solution in build folder

Build instructions for GNU/Linux and macOS

  1. Make sure you have working compiler and cmake installed
  2. Install Qt v5 with package manager or from Qt website
  3. Create new build folder next to src folder
  4. Run cmake .. from build folder to create makefile
    • if cmake doesn't find Qt, add -DCMAKE_PREFIX_PATH=path/to/Qt to previous command
  5. Run cmake --build . from build 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.

rclonebrowser's People

Contributors

dincahill avatar fsaimon avatar janhellwig avatar kapitainsky avatar lordofdoom avatar martins-mozeiko avatar mmozeiko avatar rymut avatar spacecat56 avatar tedhartdavis avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.