zdragg/rotomdex

Pokédex built for the terminal

Rust

29

131 commits

updated Sep 17, 2026

See the code

See what people are saying (2)

SourceMessageScoreDate

rotomdex: A Pokédex for the terminal (learning project) (r/commandline)

[GitHub](https://github.com/zdragg/rotomdex) [Web demo on Pages](https://zdragg.github.io/rotomdex/) Hey guys, This is my first somewhat substantial programming project, and I'm proud to share it. It's a Pokédex TUI that I tried to make as intuitive to use as possible while also maintaining some…

95

Sep 16, 2026

rotomdex: A Pokédex for the terminal (learning project) (r/rust)

[GitHub](https://github.com/zdragg/rotomdex) [Web demo on Pages](https://zdragg.github.io/rotomdex/) [Discord](https://discord.gg/SnVUkY3Nzj) Hey guys, This is my first somewhat substantial programming project, and I'm proud to share it. It's a Pokédex TUI that I tried to make as intuitive to use…

304

Sep 16, 2026

README

rotom-heat

rotomdex

rotomdex is a Pokédex built for the terminal.

Discord badge

Features

  • Demand-driven asynchronous asset fetching
  • Hotswappable versions
  • Offline mode
  • Designed for 80x24

Installation

[!TIP] Try out a fully-featured version on the web!

For people who aren't SMELLY NERDS: click here to download exe

Otherwise, on MacOS/Linux:

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/zdragg/rotomdex/releases/latest/download/rotomdex-installer.sh | sh

On Windows:

powershell -ExecutionPolicy Bypass -c "irm https://github.com/zdragg/rotomdex/releases/latest/download/rotomdex-installer.ps1 | iex"

or download binaries from Releases.

If you want to install from the repository, install git and rustup, then run:

git clone https://github.com/zdragg/rotomdex.git
cd rotomdex
cargo install rotomdex

Usage

# Run in online mode
rotomdex

# Download assets required for offline mode
rotomdex --download

# Run in offline mode
rotomdex --offline

Feature requests

Feature requests are VERY welcome. Please open an issue to discuss what feature you would like.

Contributing

Pull requests are EVEN MORE welcome. For major changes, please open an issue first to discuss what you would like to change.

License

AGPL-3.0-or-later

Credits

PokéAPI

Ratatui

Contributors

zdragg

131 commits

zdragg/rotomdex

Pokédex built for the terminal

Rust

29

131 commits

updated Sep 17, 2026

See the code

See what people are saying (2)

SourceMessageScoreDate

rotomdex: A Pokédex for the terminal (learning project) (r/commandline)

[GitHub](https://github.com/zdragg/rotomdex) [Web demo on Pages](https://zdragg.github.io/rotomdex/) Hey guys, This is my first somewhat substantial programming project, and I'm proud to share it. It's a Pokédex TUI that I tried to make as intuitive to use as possible while also maintaining some…

95

Sep 16, 2026

rotomdex: A Pokédex for the terminal (learning project) (r/rust)

[GitHub](https://github.com/zdragg/rotomdex) [Web demo on Pages](https://zdragg.github.io/rotomdex/) [Discord](https://discord.gg/SnVUkY3Nzj) Hey guys, This is my first somewhat substantial programming project, and I'm proud to share it. It's a Pokédex TUI that I tried to make as intuitive to use…

304

Sep 16, 2026

README

rotom-heat

rotomdex

rotomdex is a Pokédex built for the terminal.

Discord badge

Features

  • Demand-driven asynchronous asset fetching
  • Hotswappable versions
  • Offline mode
  • Designed for 80x24

Installation

[!TIP] Try out a fully-featured version on the web!

For people who aren't SMELLY NERDS: click here to download exe

Otherwise, on MacOS/Linux:

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/zdragg/rotomdex/releases/latest/download/rotomdex-installer.sh | sh

On Windows:

powershell -ExecutionPolicy Bypass -c "irm https://github.com/zdragg/rotomdex/releases/latest/download/rotomdex-installer.ps1 | iex"

or download binaries from Releases.

If you want to install from the repository, install git and rustup, then run:

git clone https://github.com/zdragg/rotomdex.git
cd rotomdex
cargo install rotomdex

Usage

# Run in online mode
rotomdex

# Download assets required for offline mode
rotomdex --download

# Run in offline mode
rotomdex --offline

Feature requests

Feature requests are VERY welcome. Please open an issue to discuss what feature you would like.

Contributing

Pull requests are EVEN MORE welcome. For major changes, please open an issue first to discuss what you would like to change.

License

AGPL-3.0-or-later

Credits

PokéAPI

Ratatui

Contributors

zdragg

131 commits

Languages

Rust

97.4%

Shell

1.6%

HTML

1.1%