1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 20:55:39 +02:00
tldr/pages/linux/pokego.md
Paulo 191631d881
pokego: add page (#16611)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-05-30 21:34:01 +03:00

25 lines
594 B
Markdown

# pokego
> Displays Pokémon sprites in color directly in your terminal.
> Inspired by Phoney badger's `pokemon-colorscripts` but offers enhanced speed and efficiency.
> More information: <https://github.com/rubiin/pokego>.
- Print a specific Pokémon:
`pokego --name charizard`
- Print a specific shiny Pokémon:
`pokego --name spheal -shiny`
- Print an alternative form of a Pokémon:
`pokego --name blastoise --form mega`
- Print random Pokémon from generations 1-3 (range):
`pokego --random 1-3`
- Do not display Pokémon name (default: false):
`pokego --random 1-3 --no-title`