You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tick should be able to aggregate time from a given delta, defaulting to 8 days, and have that output categorized by name with a summary of all the messages matching each category. It's important to get this right visually first, and then worry about how to best present the data later. I'm thinking there would be three outputs:
Summary chart (default)
CSV
JSON
Context
This would help me be able to fill out my timesheet at work without having to add the numbers myself.
Possible Implementation
The summary chart would look something like this. I'll probably want to use ncurses-rs and design a better UI than what I can whip up in Vim. 😁
Detailed Description
Tick should be able to aggregate time from a given delta, defaulting to 8 days, and have that output categorized by name with a summary of all the messages matching each category. It's important to get this right visually first, and then worry about how to best present the data later. I'm thinking there would be three outputs:
Context
This would help me be able to fill out my timesheet at work without having to add the numbers myself.
Possible Implementation
The summary chart would look something like this. I'll probably want to use ncurses-rs and design a better UI than what I can whip up in Vim. 😁
The text was updated successfully, but these errors were encountered: