Track your work across Jira and Linear. Generate AI-powered summaries of your activities.
Project description
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
pip
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file whatdidido-0.1.5.tar.gz.
File metadata
- Download URL: whatdidido-0.1.5.tar.gz
- Upload date:
- Size: 49.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
181bd662626ff7d617f684f8e86aaa86aa2ada00fdca5a1b0c3f2f94a7736c2d
|
|
| MD5 |
c6b206f38f2d1028be1838787fac0d4e
|
|
| BLAKE2b-256 |
83c9fa8edc0a3829c061c941841be6c1eaaeabc3c866db71a7e0c7ade4cdc392
|
File details
Details for the file whatdidido-0.1.5-py3-none-any.whl.
File metadata
- Download URL: whatdidido-0.1.5-py3-none-any.whl
- Upload date:
- Size: 35.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29e096165d10fc05eb362fc4af2217770222c23236daad53afe5d85515326d82
|
|
| MD5 |
b627fed0cd5d647002b521e028008d15
|
|
| BLAKE2b-256 |
b753b8a2e8bb21c8d4adf18acd18dcca34e271e0e0b907fc1e3d77514602afa2
|