We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4313b commit 191631dCopy full SHA for 191631d
pages/linux/pokego.md
@@ -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