Simple Pokedex based on TUI(Terminal User Interface)
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
If you're a Rust programmer, poketex can be installed with cargo.
shell
cargo install poketex
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
```shell Poketex, Simple Pokedex based on TUI(Terminal User Interface)
Usage: poketex [OPTIONS]
Options:
-l, --locale
data generated from ckaznable/poke-data-crawler