Skip to content
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

Support :annotations hint for timew command #615

Open
ryan-carpenter opened this issue Jun 13, 2024 · 0 comments
Open

Support :annotations hint for timew command #615

ryan-carpenter opened this issue Jun 13, 2024 · 0 comments

Comments

@ryan-carpenter
Copy link

I use tags to classify intervals and annotations to describe my activities for each interval. I want to check if a timer is running as I work, monitor the duration, and confirm that the tags and annotation are appropriate. The timew command is great for this. It's fast, easy, only shows the current interval, and provides and easy-to-read vertical output.

Checking the annotation requires timew summary plus any options wanted to filter the output. This works and is not difficult using timew summary @1 (with annotations on by default).

Even so, showing the current annotation would be a nice addition to the timew output. This could be done with the :annotations hint, and ideally, configuration to show/hide annotations by default, just like the summary report.

I imagine something like this:

> timew
Tracking my-tag
  Annotation My annotation describing what I am doing.
  Started 2024-06-12T16:15:20
  Current            17:12:36
  Total               0:57:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant