diff options
author | vg <vgm+dev@devys.org> | 2024-06-30 19:50:42 +0200 |
---|---|---|
committer | vg <vgm+dev@devys.org> | 2024-06-30 19:50:42 +0200 |
commit | 11b7d9dffdfb6b0938c4f8fd76120b41dd1b412b (patch) | |
tree | 1e9943f3232dfc4fdae103087e54a9f5bf43dc13 | |
parent | e12b3e67b10b3615b28362c7baa6bb4bcdf7d927 (diff) | |
download | gamechest-11b7d9dffdfb6b0938c4f8fd76120b41dd1b412b.tar.gz gamechest-11b7d9dffdfb6b0938c4f8fd76120b41dd1b412b.tar.bz2 gamechest-11b7d9dffdfb6b0938c4f8fd76120b41dd1b412b.zip |
git-sync on dita
-rw-r--r-- | TODO.rst | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,3 +3,11 @@ - with gui, run gtk in a thread and asyncio.run in main thread (or the reverse) and make them communicate with a queue. - if not easily working, use https://blogs.gnome.org/jamesh/2019/08/05/glib-integration-for-python-asyncio/ + +Whishlist cat +============= +- gamechest update <game>, update the game if installed +- gamechest update, update all installed games +- gamechest install --all, install all available games +- gamechest remove --all, remove all available games +- gamechest install a b c, install all these games |