All Projects → mmozeiko → Rclonebrowser

mmozeiko / Rclonebrowser

Licence: unlicense
Simple cross platform GUI for rclone

Labels

Projects that are alternatives of or similar to Rclonebrowser

URL-Magnet-Cloud-Uploader-Heroku
Aria 2 Rclone Remote URL /magnet Clouds upload via HEROKU
Stars: ✭ 99 (-91.48%)
Mutual labels:  rclone
Rcloneexplorer
rclone explorer for Android
Stars: ✭ 289 (-75.13%)
Mutual labels:  rclone
Homescripts
My Scripts for Plex / Emby with Google Drive and rclone
Stars: ✭ 652 (-43.89%)
Mutual labels:  rclone
rclone-rc-web-gui
Web GUI for rclone rc
Stars: ✭ 46 (-96.04%)
Mutual labels:  rclone
Saltbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 117 (-89.93%)
Mutual labels:  rclone
Torrentleech Gdrive
It is a fork of 'PublicLeech' with support of uploading files and foder to gdrive or any drive rclone.org support. Like onedrive, mega and so on. Now supports Unzip, unrar, untar too. Now you all can also mirror the telegram files to your respective cloud too.
Stars: ✭ 353 (-69.62%)
Mutual labels:  rclone
acid-store
A library for secure, deduplicated, transactional, and verifiable data storage
Stars: ✭ 48 (-95.87%)
Mutual labels:  rclone
Autorclone
AutoRclone: rclone copy/move/sync (automatically) with thousands of service accounts
Stars: ✭ 1,002 (-13.77%)
Mutual labels:  rclone
PyFiSync
Python (+ rsync or rclone) based intelligent file sync with automatic backups and file move/delete tracking.
Stars: ✭ 88 (-92.43%)
Mutual labels:  rclone
Aria2 Ariang Docker
The Docker image for Aria2 + AriaNg + File Browser + Rclone
Stars: ✭ 610 (-47.5%)
Mutual labels:  rclone
slam-mirrorbot
Aria/qBittorrent Telegram mirror/leech bot.
Stars: ✭ 1,072 (-7.75%)
Mutual labels:  rclone
ansible-rclone
ansible role for rclone :: https://galaxy.ansible.com/stefangweichinger/ansible_rclone
Stars: ✭ 95 (-91.82%)
Mutual labels:  rclone
Goindex
Index your Google Drive
Stars: ✭ 418 (-64.03%)
Mutual labels:  rclone
Torrents-to-Google-Drive
This is a Google Colab notebook with QBittorrent and Rclone, which can download torrents to Google Drive
Stars: ✭ 56 (-95.18%)
Mutual labels:  rclone
Rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Stars: ✭ 30,541 (+2528.31%)
Mutual labels:  rclone
netbackup
A frontend for various backup programs (rsync, rdiff-backup, rclone) that simplifies local and remote backups.
Stars: ✭ 15 (-98.71%)
Mutual labels:  rclone
Rcx
Rclone for Android
Stars: ✭ 338 (-70.91%)
Mutual labels:  rclone
Heroku Google Drive
Remote Google Drive client on Heroku using Rclone and Aria2
Stars: ✭ 44 (-96.21%)
Mutual labels:  rclone
Pgclone
Visit the PG Repos @ https://github.com/PGBlitz - PGClone (PG's Mount & RClone Execution)
Stars: ✭ 18 (-98.45%)
Mutual labels:  rclone
Pi Timolo
Raspberry PI-TIMOLO ( PI-TImelapse, MOtion, LOwLight ) uses RPI picamera and OpenCV for Remote Headless Security Monitoring using Motion Tracking, Rclone Auto Sync files with remote storage services. Auto Twilight Transitions and Low Light Camera Settings. Panoramic images using PanTiltHat and More. This project is featured on GitHub Awesome software.
Stars: ✭ 441 (-62.05%)
Mutual labels:  rclone

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

Travis CI Build Status AppVeyor Build Status Downloads Release License

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].