Krabby is a simple and fun terminal tool that displays Pokémon sprites directly in your terminal. You can show a specific Pokémon by name, display a random Pokémon, or browse the complete Pokémon list. It is a great tool for customizing your terminal and adding a fun Pokémon-themed experience.
Here’s what you can do with Krabby in Termux:
- Display Pokémon sprites in the terminal.
- Show a random Pokémon.
- Display Pokémon from a specific generation.
- Select a Pokémon by name.
- View the complete Pokémon list.
- Customize your terminal with Pokémon sprites.
Install Krabby in Termux
Follow the commands below to install Krabby in Termux. Copy and run each command one by one to install the tool.
Update Termux packages.
pkg update && pkg upgrade -yInstall Rust.
pkg install rust -yInstall Krabby.
cargo install krabbyAdd Cargo to your PATH.
export PATH=$PATH:$HOME/.cargo/binVerify the installation.
krabby -VKrabby is now installed and ready to use.
Use Krabby in Termux
After installing Krabby, run the commands below to display Pokémon sprites, choose a specific Pokémon, or show a random Pokémon in your terminal.
Display the help menu.
krabby -hShow the complete Pokémon list.
krabby listDisplay a Pokémon by name.
krabby name pikachuDisplay another Pokémon.
krabby name charizardDisplay a random Pokémon.
krabby randomDisplay a random Pokémon from Generation 1.
krabby random 1Display a random Pokémon from Generations 1 to 3.
krabby random 1-3Display a random Pokémon from multiple generations.
krabby random 1,3,6You can use these commands to display Pokémon sprites anytime in Termux.
End Note
Krabby is a simple and entertaining terminal tool that brings Pokémon to your command line. You can display different Pokémon and enjoy a unique terminal experience in Termux.
