Metadata-Version: 2.1
Name: rlane-wherewasi
Version: 1.1.3
Summary: Where Was I - Claude Code session reporter
Keywords: claude,sessions,cli
Author-Email: Russel Lane <russel@rlane.com>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Project-URL: Homepage, https://github.com/russellane/wherewasi
Requires-Python: >=3.10
Requires-Dist: rich>=13.0.0
Requires-Dist: rlane-libcli>=1.0.10
Description-Content-Type: text/markdown

# wherewasi

Report recent Claude Code sessions and projects.

Scans `~/.claude/projects/` for session data and displays a summary of your
recent activity across all projects.

## Installation

```bash
pip install rlane-wherewasi
```

## Usage

```bash
wherewasi          # show all projects
wherewasi -n 5     # show 5 most recent projects
wherewasi -m       # output in Markdown format
```

## Options

| Option | Description |
|--------|-------------|
| `-n NUM` | Limit to NUM most recent projects (default: all) |
| `-m`, `--markdown` | Output in Markdown format |

## License

MIT
