Closed
Conversation
Owner
|
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? |
Contributor
Author
|
Sure thing. Sorry, I misunderstood that plugins are external. I'll work on moving this out and let you know when complete. Thanks! |
Contributor
Author
|
Closing for #136 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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!