Crates.io | humble-cli |
lib.rs | humble-cli |
version | |
source | src |
created_at | 2023-02-25 20:12:35.266406 |
updated_at | 2024-12-10 07:26:01.168013 |
description | The missing CLI for downloading your Humble Bundle purchases |
homepage | |
repository | https://github.com/smbl64/humble-cli |
max_upload_size | |
id | 794541 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
The missing CLI for downloading your Humble Bundle purchases!
Option 1: Download the binaries in the Releases page. Windows, macOS and Linux are supported.
Option 2: Install it via cargo
:
cargo install humble-cli
To start, go to the Humble Bundle website and log in. Then find the cookie value for _simpleauth_sess
. This is required to interact with Humble Bundle API.
See this guide on how to find the cookie value for your browser: Chrome, Firefox, Safari.
Use humble-cli auth "<YOUR SESSION KEY>"
to store the authentication key locally for other subcommands.
After that you will have access to the following sub-commands:
$ humble-cli --help
The missing Humble Bundle CLI
USAGE:
humble-cli <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
auth Set the authentication session key
completion Generate shell completions
details Print details of a certain bundle [aliases: info]
download Selectively download items from a bundle [aliases: d]
help Print this message or the help of the given subcommand(s)
list List all your purchased bundles [aliases: ls]
list-choices List your current Humble Choices
search Search through all bundle products for keywords
Note: `humble-cli -h` prints a short and concise overview while `humble-cli --help` gives all
details.