File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " humble-cli"
3
3
authors = [
" Mohammad Banisaeid <[email protected] >" ]
4
- version = " 0.9.0 "
4
+ version = " 0.9.1 "
5
5
license = " MIT"
6
6
description = " The missing CLI for downloading your Humble Bundle purchases"
7
7
documentation = " https://github.com/smbl64/humble-cli"
Original file line number Diff line number Diff line change @@ -10,9 +10,17 @@ The missing CLI for downloading your Humble Bundle purchases!
10
10
- filter them by format (epub, pdf etc.)
11
11
- filter them by size
12
12
- download only selected items (by index)
13
+ - See which bundles have unclaimed keys
14
+ - Check your Humble Bundle Choices in current and previous months
13
15
14
16
## Install
15
- You can find the binaries in the [ Releases] [ releases ] page. Windows, macOS and Linux are supported.
17
+ Option 1: Download the binaries in the [ Releases] [ releases ] page. Windows, macOS and Linux are supported.
18
+
19
+ Option 2: Install it via ` cargo ` :
20
+
21
+ ``` sh
22
+ cargo install humble-cli
23
+ ```
16
24
17
25
## Usage
18
26
@@ -27,7 +35,7 @@ After that you will have access to the following sub-commands:
27
35
```
28
36
$ humble-cli --help
29
37
30
- humble-cli 0.9.0
38
+ humble-cli 0.9.1
31
39
The missing Humble Bundle CLI
32
40
33
41
USAGE:
You can’t perform that action at this time.
0 commit comments