diff --git a/README.md b/README.md index 34db6f3..9a20c75 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,19 @@ To [timetrap](https://github.com/samg/timetrap) for existing, to [samg](https://github.com/samg) for creating it. It is the tool I was looking for and whose design I took as reference, keeping compatibility when possible. +## What I'm working on + +(more or less ordered by priority) + +* build a container image that I can use locally as well as in CI. +* fix the pipeline because it's broken. The last release and its artifacts are + wrong. +* add ain install/uninstall script to the any-linux package. +* finish the `summary` formatter. +* match formatters by prefix (so there's no need to type all of its name if the + prefix is unambiguous). +* let resume --interactive receive a string as the text for a new entry. + ## Release checklist (mostly to remind myself)