summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvg <vgm+dev@devys.org>2024-07-07 19:28:02 +0200
committervg <vgm+dev@devys.org>2024-07-07 19:28:02 +0200
commitbc0d1c5af86b82124d05df57bbd92c7bba413a0d (patch)
treebabf2a8316bb61768a8a534271a976002b4f04c1
parent11b7d9dffdfb6b0938c4f8fd76120b41dd1b412b (diff)
downloadgamechest-bc0d1c5af86b82124d05df57bbd92c7bba413a0d.tar.gz
gamechest-bc0d1c5af86b82124d05df57bbd92c7bba413a0d.tar.bz2
gamechest-bc0d1c5af86b82124d05df57bbd92c7bba413a0d.zip
git-sync on dita
-rw-r--r--TODO.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.rst b/TODO.rst
index ec7a152..2963ab5 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -1,3 +1,4 @@
+- make output of list --installed consistent with --not-installed
- implem with asyncio for steppers to simplify implementation
- with cli just run asyncio.run(main())
- with gui, run gtk in a thread and asyncio.run in main thread (or the