Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
on-modify.timewarrior: Use last annotation as additional tag, if present
This allows the following workflow to be effective and tracked in a useful manner: ``` task 123 start First draft task 123 stop ... task 123 start Second iteration task 123 stop ... task 123 start Bugfixing task 123 stop ... ``` This will be tracked as: ``` 01:00 - 02:00 <TASK 123 TAGS> "First draft" 03:00 - 04:00 <TASK 123 TAGS> "Second iteration" 05:00 - 06:00 <TASK 123 TAGS> "Bugfixing" ```
- Loading branch information