davidchalifoux / kaput-cli

The unofficial CLI client for Put.io - Kaput lets you manage your Put.io account from the comfort of your terminal!
https://kaput.sh/
MIT License
68 stars 7 forks source link
cli put putio rust rust-lang

cover image

Kaput-CLI

The unofficial CLI for Put.io

License Crates.io

Examples

example of the Kaput help message

example of the files list

example of a file download

Features

You can use Kaput to completely manage your Put.io account from the comfort of your terminal!

File management

Transfer management

Installation

Windows, macOS, Linux

Specific instructions coming soon.

Installing with Cargo

You can directly compile and install Kaput as long as you have Rust and Cargo installed on your machine:

  1. Install Rust and Cargo (skip if already installed)
curl https://sh.rustup.rs -sSf | sh
  1. Install Kaput through Cargo
cargo install kaput-cli

Manual Installation

Binaries of the latest version of every major platform are available on the releases page.

Usage

Once installed, you can call kaput from the terminal:

kaput <command>

For more information on all of the available commands, refer to our documentation.