-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add annotations with timew track
#327
Comments
Good idea, but something like
would be more "Timewarrior/Taskwarrior style". |
This is somewhat related to #327 in that timewarrior would like to add a new hint, and 'hopefully' nobody is using 'annotation' as a current tag (maybe related to #348) Along the same lines, would it be useful to allow |
In #68 there is another proposal for adding annotations along with other commands. Here, the annotation is separated by
With #365, I guess there is some consolidation to do... 🤔 |
I find myself increasingly wanting this feature. I like having the annotation separated by --, but I also think having an :annotation hint is very consistent with the rest of timewarrior. I think I'll implement :annotation to start, and there would be nothing to prevent the annotation from being added with -- at a later date? Anyone see any issues with this? |
any update on that? |
:/ Sorry, no updates. I haven't made the time to work on this. If you're looking to pick it up, feel free. You won't step on my toes. |
I record my time using the
timew track
command, and I use annotations for recording descriptions.Currently, I run a command similar to this:
This can be error prone. If I am backdating an interval, I need to look up its id, in order to add an annotation to it.
It would be nice to have a command line switch, maybe
-a
or--annotate
, so that I could write the command above as:The text was updated successfully, but these errors were encountered: