Pokédex built for the terminal
See the code
rotomdexrotomdex is a Pokédex built for the terminal.
[!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
# Run in online mode
rotomdex
# Download assets required for offline mode
rotomdex --download
# Run in offline mode
rotomdex --offline
Feature requests are VERY welcome. Please open an issue to discuss what feature you would like.
Pull requests are EVEN MORE welcome. For major changes, please open an issue first to discuss what you would like to change.
131 commits
Rust
97.4%
Shell
1.6%
HTML
1.1%
Pokédex built for the terminal
See the code
rotomdexrotomdex is a Pokédex built for the terminal.
[!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
# Run in online mode
rotomdex
# Download assets required for offline mode
rotomdex --download
# Run in offline mode
rotomdex --offline
Feature requests are VERY welcome. Please open an issue to discuss what feature you would like.
Pull requests are EVEN MORE welcome. For major changes, please open an issue first to discuss what you would like to change.
131 commits
Rust
97.4%
Shell
1.6%
HTML
1.1%