📖 Poketex

Simple Pokedex based on TUI(Terminal User Interface)

Crates.io Crates.io

demo

Feature

  1. All Pokemon (until Pokemon SV)
  2. All Region Form (until Pokemon SV)
  3. Searchable
  4. include English, Chinese, Japanese locales data

Installation

Install from Github Release

Download the last version binary depending on your configuration here: Release Page

Then you just need to enter this command in your terminal:

shell tar -xf <downloaded_archive> poketext && sudo mv poketext /usr/local/bin

Install from crates.io

If you're a Rust programmer, poketex can be installed with cargo.

shell cargo install poketex

Install from the AUR

If you're using Arch Linux, you can install poketex with using an AUR helper. For example:

shell paru -S poketex

Building

poketex is written in Rust, so you'll need to grab a Rust installation in order to compile it.

shell git clone https://github.com/ckaznable/poketex cd poketex cargo build --release ./target/release/poketex

Usage

```shell Usage: poketex [OPTIONS]

Options: -l, --locale locales [zh, ja, en] [default: en] -h, --help Print help -V, --version Print version ```

Todo

Pokemon data source

data generated from ckaznable/poke-data-crawler