Skip to content

pokego: add page #16611

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 30, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions pages/linux/pokego.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# pokego

> A command-line tool that 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`