Skip to content

Commit 191631d

Browse files
TheS1lentArr0wManagorsebastiaanspeck
authored
pokego: add page (#16611)
Co-authored-by: Managor <[email protected]> Co-authored-by: Sebastiaan Speck <[email protected]>
1 parent 4a4313b commit 191631d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

pages/linux/pokego.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# pokego
2+
3+
> Displays Pokémon sprites in color directly in your terminal.
4+
> Inspired by Phoney badger's `pokemon-colorscripts` but offers enhanced speed and efficiency.
5+
> More information: <https://github.com/rubiin/pokego>.
6+
7+
- Print a specific Pokémon:
8+
9+
`pokego --name charizard`
10+
11+
- Print a specific shiny Pokémon:
12+
13+
`pokego --name spheal -shiny`
14+
15+
- Print an alternative form of a Pokémon:
16+
17+
`pokego --name blastoise --form mega`
18+
19+
- Print random Pokémon from generations 1-3 (range):
20+
21+
`pokego --random 1-3`
22+
23+
- Do not display Pokémon name (default: false):
24+
25+
`pokego --random 1-3 --no-title`

0 commit comments

Comments
 (0)