-
-
Notifications
You must be signed in to change notification settings - Fork 55
Feature/project summary view #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/project summary view #115
Conversation
|
Hi @loganthomas, thanks for the contribution! My first question is: could this be a plugin you publish externally? (I'd be happy to link to it.) You'd likely need to inject My goal is to keep utt lightweight, while allowing users to extend it through plugins for their particular use cases (like yours). What do you think? |
|
Sure thing. Sorry, I misunderstood that plugins are external. I'll work on moving this out and let you know when complete. Thanks! |
|
Closing for #136 |
Thank you to the maintainers for creating and maintaining this wonderful package! I've been using
uttfor time tracking and found myself frequently wanting a quick overview of project time allocation without the full report details. This PR adds that functionality.Add
project-summarycommand for quick project time overviewSummary
This PR adds a new
project-summarycommand that displays projects sorted by time spent (most time first) with a clean, aligned format. This provides a quick way to see time allocation across projects without the full detail of the standardreportcommand.Motivation
I often want a quick overview of how much time I've spent on each project without needing to see all the activities, breaks, and detailed breakdowns. The
project-summarycommand fills this gap by showing only:Usage Examples
I tried to mirror
reportas much as possilble so the same functionality should exit withproject-summaryBasic usage (today's projects)
Specific date
With current activity
Date range
Show percentages
Testing Notes
I've done my best to test this thoroughly:
Please let me know if you'd like me to add any additional tests or make any changes!