A CLI Interface for rclone
Project description
rcli - CLI Interface for rclone
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 details)
Built Distribution
rclonecli-1.1.0-py3-none-any.whl
(11.8 kB
view details)
File details
Details for the file rclonecli-1.1.0.tar.gz
.
File metadata
- Download URL: rclonecli-1.1.0.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 452224ecbd8600052626144175b42d5216b3da864ccc63336d2d9787804d2c36 |
|
MD5 | 3a80902568d14af70342d96537244d7a |
|
BLAKE2b-256 | 9f9a253bf8877ad1209711ee62a1ad7831e56cd3798a6ff314fd223847bd3826 |
File details
Details for the file rclonecli-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: rclonecli-1.1.0-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26807db068239e2778441f50628e193ac949bc261cbec8c9777ee90ef3dba506 |
|
MD5 | 002981181b2afd30b29eb90d4715a4ec |
|
BLAKE2b-256 | 6d57655680d129f1a0f4409a74cc7dfe769130f4c8b5a8757d2dd0b54d7fc121 |