Metadata-Version: 2.4
Name: whatdoing
Version: 2.1.0
Summary: Terminal dashboard for tracking what you're working on
License-Expression: MIT
Requires-Python: >=3.9
Requires-Dist: pyyaml>=6.0
Requires-Dist: textual>=0.86.0
Description-Content-Type: text/markdown

# whatdoing

Terminal dashboard for tracking what you're working on. Shows all your projects at a glance, lets you drill into any one, and surfaces live data (git activity, Docker status, last modified file) without leaving the terminal.

Built for ADHD brains managing dozens of unfinished projects across multiple devices.

## Install

```bash
pipx install whatdoing
```

## Usage

```
whatdoing                 Dashboard — show all projects
whatdoing <name>          Jump to a project (fuzzy match)
whatdoing scratch         Open scratchpad
whatdoing journal         Open journal
whatdoing guide           User guide
whatdoing --help          This message
```
