From f2590506daa2605a4c8ed3305f9acd63d00da945 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 23 Sep 2024 00:59:19 -0500 Subject: [PATCH] rework todo's --- todo.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/todo.md b/todo.md index bc60d9d..4d02613 100644 --- a/todo.md +++ b/todo.md @@ -1,14 +1,19 @@ # hwylterm todo's +- [x] add cligen adapters to add colors with bbansi + - [ ] add integration test check cligen + +## improvements + - [ ] revamp spinner api +- [ ] add Bbstring indexing operations, that are span aware + +## features + +- [ ] add confirmation proc +- [ ] make a basic choose one from list widget - [ ] add basic progress bar - [ ] add support for 256 and truecolors - [ ] improve color detection [ref](https://github.com/Textualize/rich/blob/4101991898ee7a09fe1706daca24af5e1e054862/rich/console.py#L791) -- [x] add cligen adapters to add colors with bbansi - - [ ] add integration test check cligen -- [ ] maker a basic choose one from list widget -- [ ] add Bbstring indexing operations -- [x] setup api documentation bones -