Doing (more) with more tags

1 · Brett Terpstra · July 7, 2021, 1:24 p.m.
I’ve added a few new things to my command line time tracker, doing, with an emphasis on adding power to @tagging. Several commands now accept --tag= as a flag, creating a filter that looks for the last entry (or entries) tagged with a specific tag (or combination of tags). doing last, doing finish, doing again (which is a new command that duplicates a previous task and starts it with a new timer) all accept --tag= to act on a tagged entry rather than the last chronological entry. All comm...