Crates.io | poketex |
lib.rs | poketex |
version | 1.16.2 |
source | src |
created_at | 2023-02-19 03:01:50.65581 |
updated_at | 2024-10-01 08:36:30.393379 |
description | Simple Pokedex based on TUI(Terminal User Interface) |
homepage | https://github.com/ckaznable/poketex |
repository | https://github.com/ckaznable/poketex |
max_upload_size | |
id | 788631 |
size | 49,112,862 |
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:
tar -xf <downloaded_archive> poketext
sudo mv poketex /usr/local/bin
sudo mkdir -p /usr/local/share/poketex/colorscripts
sudo cp -rf colorscripts /usr/local/share/poketex
If you're a Rust programmer, poketex can be installed with cargo.
cargo install poketex --locked
If you're using Arch Linux, you can install poketex from the extra repository using pacman:
pacman -S poketex
poketex is written in Rust, so you'll need to grab a Rust installation in order to compile it.
git clone https://github.com/ckaznable/poketex
cd poketex
make build
sudo make install
If you want to uninstall
sudo make uninsall
Usage: poketex [OPTIONS]
Options:
-l, --locale <LOCALE> locales [zh, ja, en] [default: en]
-h, --help Print help
-V, --version Print version
Use arrow keys or hjkl
to move around.
Press Page Up
or Page Down
to move 4 steps at a time.
Press f
to switch ascii forms.
Press E
to toggle list showing.
Press A
to toggle ability showing.
Press V
to toggle IV showing.
Press q
to exit.
Press H
to display help information.
Press gg
to go to the top and G
to go to the bottom.
Press alt+j
or alt+k
to scroll up or down ability description.
Press /
to enter search mode.
If the ansi images are not displaying, please copy the colorscripts
folder from this repository to /usr/local/share/poketex
.
git clone https://github.com/ckaznable/poketex
cd poketex
mkdir -p /usr/local/share/poketex/colorscripts
cp -rf colorscripts /usr/local/share/poketex
data generated from ckaznable/poke-data-crawler