Linux command
pokeget 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Display Pokemon sprite
pokeget [pokemon_name]
Display by number
pokeget [number]
Display shiny version
pokeget [pokemon] --shiny
Display specific form
pokeget [pokemon] --form [form]
说明
pokeget displays Pokemon sprites as colored ASCII art in the terminal. Pokemon can be specified by name or Pokedex number. Sprites are fetched from PokeAPI. The --shiny flag shows the shiny color variant, --form displays alternate forms (mega evolutions, regional forms), and --big renders a larger sprite. Popular for customizing terminal startup screens.
参数
- --shiny
- Show shiny variant.
- --form _FORM_
- Specific form name.
- --big
- Large sprite.
FAQ
What is the pokeget command used for?
pokeget displays Pokemon sprites as colored ASCII art in the terminal. Pokemon can be specified by name or Pokedex number. Sprites are fetched from PokeAPI. The --shiny flag shows the shiny color variant, --form displays alternate forms (mega evolutions, regional forms), and --big renders a larger sprite. Popular for customizing terminal startup screens.
How do I run a basic pokeget example?
Run `pokeget [pokemon_name]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --shiny do in pokeget?
Show shiny variant.