/gokedex

Pokedex for your terminal

Primary LanguageGoMIT LicenseMIT

Gokedex

Latest Release GoDoc Build Status

About The Project

A pokedex for your terminal

Built With

Installation

Curl

curl -sfL https://raw.githubusercontent.com/knipferrc/gokedex/main/install.sh | sh

Go

go install github.com/knipferrc/gokedex@latest

Features

  • Paginated list of pokemon
  • Pokemon images shown as colored strings

Configuration

  • A config file will be generated at ~/.gokedex.yml when you first run gokedex
settings:
  enable_logging: false
  enable_mousewheel: true

Navigation

Key Description
h or left Go to previous page of pokemon
l or right Go to next page of pokemon
j or down Scroll the viewport down
k or up Scroll the viewport up
? Toggle help screen
t Toggle between front and back sprites
q Quit