mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 09:35:54 +02:00
pokeget: add page (#16458)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
0f4ac6df1e
commit
130b4d2ec2
1 changed files with 28 additions and 0 deletions
28
pages/common/pokeget.md
Normal file
28
pages/common/pokeget.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# pokeget
|
||||||
|
|
||||||
|
> Display sprites of Pokemon in your terminal.
|
||||||
|
> More information: <https://github.com/talwat/pokeget-rs>.
|
||||||
|
|
||||||
|
- Print a sprite of a given pokemon:
|
||||||
|
|
||||||
|
`pokeget {{pokemon_name}}`
|
||||||
|
|
||||||
|
- Print Mr. Mime (note the use of `-` instead of spaces):
|
||||||
|
|
||||||
|
`pokeget mr-mime`
|
||||||
|
|
||||||
|
- Print Mega Gengar:
|
||||||
|
|
||||||
|
`pokeget gengar {{[-m|--mega]}}`
|
||||||
|
|
||||||
|
- Print a random shiny Pokemon:
|
||||||
|
|
||||||
|
`pokeget random {{[-s|--shiny]}}`
|
||||||
|
|
||||||
|
- Print Alolan Meowth, without printing the Pokemon's name:
|
||||||
|
|
||||||
|
`pokeget meowth {{[-a|--alolan]}} --hide-name`
|
||||||
|
|
||||||
|
- Print a random Pokemon with 1/4096 chance to be shiny:
|
||||||
|
|
||||||
|
`((RANDOM%4096 == 0)) && pokeget random --shiny || pokeget random`
|
Loading…
Add table
Reference in a new issue