GothenburgBitFactory / GothenburgBitFactory/timewarrior

Add annotations with `timew track`

Open
#327 7 comments 5 reactions 0 assignees View on GitHub
discussion enhancement
Dominant language
C++
Stars
1.7k
Forks
117
Avg merge
1d 7h
Merged PRs (30d)
5

Description

I record my time using the `timew track` command, and I use annotations for recording descriptions.

Currently, I run a command similar to this:

```
timew track interval tags && timew annotate @1 annotation
```

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:

```
timew track -a annotation interval tags
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.