What Did I Do Again?
Track your work across Jira and Linear. Generate AI-powered summaries of your activities.
Runs 100% locally on your machine. Bring your own API keys (BYOK) - your credentials stay under your control.
whatdidido is a command-line tool that syncs your work items from ticketing systems (Jira, Linear) and generates intelligent summaries using OpenAI. Perfect for status reports, performance reviews, and keeping track of what you've accomplished.
Installation
Prequisite is Python 3.10 and above installed
pipx
brew install pipx
pip install whatdidido
Quick Start
1. Configure Your Integrations
whatdidido connect
This interactive wizard will guide you through:
- Selecting which integrations to connect (Jira, Linear)
- Entering API credentials
- Configuring OpenAI for AI summaries (optional)
2. Sync Your Work
whatdidido sync
Fetches your work items from all configured integrations.
3. Generate a Report
whatdidido report
Creates an AI-powered summary of your activities in whatdidido.md.
Cost Considerations
When using the AI-powered summarization feature, OpenAI API usage will incur costs. Here's what to expect:
Example Usage Cost:
- 19 Jira tickets analyzed
- API Usage: ~25,000 input tokens, ~3,079 output tokens
- Approximate Cost: $0.06 USD
Actual costs will vary based on:
- Number of work items synced
- Complexity and length of ticket descriptions
- OpenAI model used (configurable)
- Frequency of report generation
Cost Management Tips:
- Use date ranges to limit the number of items synced
- Sync only when you need to generate reports
- Monitor your OpenAI API usage at platform.openai.com
Usage Examples
# Sync work from the last 30 days (Suppose today is 2025-10-23)
whatdidido sync --start-date 2025-09-23
# Sync work for a specific user
whatdidido sync --user colleague@company.com
# Sync a specific date range
whatdidido sync --start-date 2024-01-01 --end-date 2024-12-31
# View current configuration
whatdidido config
# Clean up synced data
whatdidido clean
Available Commands
| Command | Description |
|---|---|
connect |
Configure integrations and credentials |
sync |
Fetch work items from configured sources |
report |
Generate AI-powered summary report |
config |
Display current configuration |
disconnect |
Remove integration credentials |
clean |
Delete synced data files |
Contributing
We welcome contributions! To contribute:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Run tests:
pytest - Format code:
black . - Submit a pull request
Development Setup
For local development:
git clone https://github.com/oliviersm199/whatdididoagain.git
cd whatdididoagain
pip install -e ".[dev]"
pre-commit install
Running Tests
pytest
pytest --cov=src # with coverage
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
- Issues: GitHub Issues
Release files for whatdidido 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| whatdidido-0.1.6.tar.gz | 49.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| whatdidido-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 85.8 kB
Release files / whatdidido-0.1.6.tar.gz
| Download URL | whatdidido-0.1.6.tar.gz |
|---|---|
| Size | 49.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5572c67152af1ae46a517c5b39ace41dc28ee45a5161ce002d7a7a13bafd1fb0
|
|
BLAKE2b-256 checksum How to use checksums |
09ded634daf633cc431f2bfbbeebc4c028db73924b3c8380b33f715794ae12df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.9.5
|
Release files / whatdidido-0.1.6-py3-none-any.whl
| Download URL | whatdidido-0.1.6-py3-none-any.whl |
|---|---|
| Size | 35.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4ee822588084aa44877ec62e6dcd64ce3c8786380a1799c04fd5663b0ca44d46
|
|
BLAKE2b-256 checksum How to use checksums |
50babe6681b7d7092d49642e357fa58e36e11d638cb38be1528c67d39387cdcf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.9.5
|