Metadata-Version: 2.4
Name: 2mw2lt
Version: 0.1.1
Summary: Too Much Work, Too Little Time: see what every AI coding session on this machine is running.
License-Expression: MIT
Keywords: claude-code,codex,ai-agents,sessions
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 2mw2lt

**Too Much Work, Too Little Time** — when several AI coding sessions run at once, see what each
one is doing.

```console
$ uvx 2mw2lt
ACCOUNT      SESSION   MODEL            EFFORT  ACTIVE    PROJECT
claude       a1b2c3d4  claude-opus-5    high    just now  ~/code/app
codex        0f9e8d7c  gpt-5.6-sol      high    4m ago    ~/code/app
claude-work  5e6f7a8b  claude-sonnet-5  medium  2h ago    ~/code/api
```

It reads the transcripts Claude Code (`~/.claude`, every `~/.claude-<account>` a second account
runs under, and `$CLAUDE_CONFIG_DIR`) and Codex
(`~/.codex`, or `$CODEX_HOME`) already keep on disk. Nothing is sent anywhere and nothing is
written.

```
2mw2lt [--since 24h] [--json]
```

`--since` takes `90m`, `24h`, `7d`. `--json` prints one object per session.
