PokeDo exposes all functionality through a singleDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/tldrwtf/pokedo/llms.txt
Use this file to discover all available pages before exploring further.
pokedo binary. Running pokedo with no arguments shows the dashboard — your trainer profile, active team, pending tasks, and XP summary. Every command group below also has a dedicated reference page with full flag tables and examples.
The shorthand alias pd is available after installation and is interchangeable with pokedo in every context.
Top-level commands
| Command | Description |
|---|---|
pokedo | Show the dashboard (trainer stats, team, pending tasks) |
pokedo init | Initialize your trainer profile and download Pokédex data |
pokedo task | Add, list, complete, edit, delete, and archive tasks |
pokedo pokemon | Manage your Pokémon collection, team, and Pokédex |
pokedo wellbeing | Log mood, sleep, exercise, hydration, meditation, and journal |
pokedo stats | View statistics, history, inventory, badges, and streaks |
pokedo profile | Manage trainer profiles and set the active default |
pokedo battle | PvP async turn-based battles via the PokeDo server |
pokedo leaderboard | View global rankings and your own PvP standing |
pokedo tui | Launch the interactive Textual TUI dashboard |
pokedo version | Print the installed version |
Shortcut commands
Several subcommands are promoted to the top level for convenience:| Shortcut | Equivalent |
|---|---|
pokedo team | pokedo pokemon team |
pokedo pokedex | pokedo pokemon pokedex |
pokedo sprite <name> | pokedo pokemon sprite <name> |
pokedo mood <level> | pokedo wellbeing mood <level> |
pokedo exercise <type> | pokedo wellbeing exercise <type> |
pokedo sleep <hours> | pokedo wellbeing sleep <hours> |
pokedo water | pokedo wellbeing water |
pokedo meditate <mins> | pokedo wellbeing meditate <mins> |
pokedo streaks | pokedo stats streaks |
pokedo badges | pokedo stats badges |
pokedo daily | pokedo stats overview |
init
Initialize your trainer profile and download Pokédex data from PokeAPI.
task
Add, list, complete, edit, delete, and archive tasks to catch Pokémon.
pokemon
Browse your collection, manage your team, view the Pokédex, and preview sprites.
wellbeing
Log mood, sleep, exercise, hydration, meditation, and journal entries.
stats
View trainer statistics, task history, inventory, badges, and streaks.
battle
Register, challenge, and fight in async PvP battles via the PokeDo server.
tui
Launch the interactive Textual TUI for a full graphical terminal experience.