snippetbashTip
pokego — Display Pokémon sprites in color directly in your terminal. Inspired by Phoney badger's `pokemon-col
Viewed 0 times
commandpokémoncolordirectlyclipokegospritesdisplay
linux
Problem
How to use the
pokego command: 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#usage>.Solution
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#usage>.Print a specific Pokémon:
pokego --name charizardPrint a specific shiny Pokémon:
pokego --name spheal {{[-s|-shiny]}}Print an alternative form of a Pokémon:
pokego --name blastoise --form megaPrint random Pokémon from generations 1-3 (range):
pokego --random 1-3Do not display Pokémon name (default: false):
pokego --random 1-3 --no-titleCode Snippets
Print a specific Pokémon
pokego --name charizardPrint a specific shiny Pokémon
pokego --name spheal {{[-s|-shiny]}}Print an alternative form of a Pokémon
pokego --name blastoise --form megaPrint random Pokémon from generations 1-3 (range)
pokego --random 1-3Do not display Pokémon name (default: false)
pokego --random 1-3 --no-titleContext
tldr-pages: linux/pokego
Revisions (0)
No revisions yet.