A terminal-based Pokedex that shows actual Pokemon images right in your terminal using Kitty, WezTerm, or Ghostty graphics support. Catch 'em all... right from your shell!
- πΌοΈ Display Pokemon with rich inline graphics
- π² Show a random Pokemon
- π Show a specific Pokemon by name
- π List all available Pokemon names
- π Set custom image size (
WxH) - π Option to hide Pokemon name if you want a clean look
- π§ Smart support for:
- Kitty
- WezTerm
- Ghostty
bash -c "$(curl -sSL https://raw.githubusercontent.com/amateur-hacker/pokefetch/main/install.sh)"The installer will:
- Prompt for confirmation
- Detect your package manager and install:
kitty,imagemagick - Copy pokemon images to
~/.local/share/pokefetch/pokemons/ - Copy pokemon list file to
~/.local/share/pokefetch/pokemon-list.txt - Install script to
~/.local/bin/pokefetch
pokefetch [options]| Flag | Description |
|---|---|
-l, --list |
List all available Pokemon names |
-r, --random |
Display a random Pokemon |
-n, --name <name> |
Display a specific Pokemon by name |
-s, --size <WxH> |
Resize image (default: 300x300) |
-N, --no-name |
Hide Pokemon name |
-h, --help |
Show help message |
pokefetch --random
pokefetch --name pikachu
pokefetch --name charizard --size 400x400
pokefetch --name bulbasaur --no-name