From 2ad46eda22261e04d59f2fcaa438790258588c4f Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 25 Sep 2024 14:46:49 -0500 Subject: [PATCH] todo --- todo.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 4d02613..a668944 100644 --- a/todo.md +++ b/todo.md @@ -11,9 +11,11 @@ ## features - [ ] add confirmation proc -- [ ] make a basic choose one from list widget +- [x] make a basic choose one from list widget - [ ] add basic progress bar - [ ] add support for 256 and truecolors + - [ ] add support for rgb colors + - [ ] modify 256 colors w/parser changes to be `"[color(9)]red"` instead of `[9]red` - [ ] improve color detection [ref](https://github.com/Textualize/rich/blob/4101991898ee7a09fe1706daca24af5e1e054862/rich/console.py#L791)