Skip to main content

A CLI Interface for rclone

Project description

rcli Logo

rcli - CLI Interface for rclone

Demo

rcli is a CLI interface for rclone that can:

  • Download files and folders
  • Search to navigate to a directory
  • Cache remotes for quicker access time
  • Navigated through vim-like key bindings or arrow keys

Requirements

  • Python >= 3.8
  • rclone >= 1.53 and configured to at least one remote

Install

To install on any system:

pip install rclonecli

or install locally by running:

python3 -m build .
pip3 install dist/*.whl

or develop locally by simply running:

python3 -m rcli

Using

To start rcli, run:

rcli remote:

Where remote: is the name of the remote, making sure to include the semicolon. If you are developing on this project, use the -v flag to get the output from the logging library into a rcli.log file.

Contributing

If you find or think of a feature that would make rcli better, feel free to pull request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rclonecli-1.1.0.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

rclonecli-1.1.0-py3-none-any.whl (11.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page