Skip to content

Commit e6df844

Browse files
updating gif for v0.11.1
1 parent 3018656 commit e6df844

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ My aim is to have five commands finished for `v1.0.0`. Read more in the [Roadmap
1919

2020
---
2121
## Demo
22-
![demo](https://poke-cli-s3-bucket.s3.us-west-2.amazonaws.com/demo-v0.10.0.gif)
22+
![demo](https://poke-cli-s3-bucket.s3.us-west-2.amazonaws.com/demo-v0.11.1.gif)
2323

2424
---
2525
## Install
@@ -121,7 +121,7 @@ _Not 100% up-to-date, may add or remove some of these choices_
121121
- [x] `natures`: get data about natures.
122122
- [ ] `pokemon`: get data about a specific Pokémon.
123123
- [x] `-a | --abilities`: display the Pokémon's abilities.
124-
- [ ] `-i | --image`: display a pixel image of the Pokémon.
124+
- [x] `-i | --image`: display a pixel image of the Pokémon.
125125
- [x] `-s | --stats`: display the Pokémon's base stats.
126126
- [x] `-t | --types`: display the Pokémon's typing.
127127
- [ ] `-m | --moves`: display learnable moves.

demo.gif

5.04 KB
Loading

demo.tape

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Require echo
6262
Set Shell "bash"
6363
Set FontSize 32
6464
Set Width 2100
65-
Set Height 1100
65+
Set Height 1300
6666
Set TypingSpeed 85ms
6767

6868
Type "poke-cli pokemon charizard --abilities --stats --types"
@@ -77,6 +77,18 @@ Type clear
7777

7878
Enter
7979

80+
Type "poke-cli pokemon tyranitar --image=sm"
81+
82+
Sleep 3s
83+
84+
Enter
85+
86+
Sleep 5s
87+
88+
Type clear
89+
90+
Enter
91+
8092
Type "poke-cli types"
8193

8294
Sleep 3s

0 commit comments

Comments
 (0)