From 2dc6cda4f2ed88a53b4c41bdfa27d2bacbd08fbb Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Sat, 26 Nov 2022 00:07:02 -0600 Subject: [PATCH] move my TODO list to the readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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)