Skip to main content

Documentation 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 exposes all functionality through a single 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

CommandDescription
pokedoShow the dashboard (trainer stats, team, pending tasks)
pokedo initInitialize your trainer profile and download Pokédex data
pokedo taskAdd, list, complete, edit, delete, and archive tasks
pokedo pokemonManage your Pokémon collection, team, and Pokédex
pokedo wellbeingLog mood, sleep, exercise, hydration, meditation, and journal
pokedo statsView statistics, history, inventory, badges, and streaks
pokedo profileManage trainer profiles and set the active default
pokedo battlePvP async turn-based battles via the PokeDo server
pokedo leaderboardView global rankings and your own PvP standing
pokedo tuiLaunch the interactive Textual TUI dashboard
pokedo versionPrint the installed version

Shortcut commands

Several subcommands are promoted to the top level for convenience:
ShortcutEquivalent
pokedo teampokedo pokemon team
pokedo pokedexpokedo 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 waterpokedo wellbeing water
pokedo meditate <mins>pokedo wellbeing meditate <mins>
pokedo streakspokedo stats streaks
pokedo badgespokedo stats badges
pokedo dailypokedo 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.

Build docs developers (and LLMs) love