mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 09:43:49 +00:00
31 lines
685 B
Plaintext
31 lines
685 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pokego
|
|
|
|
> Display 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`
|