From 7c054205082d5e791b48530bcce53fe0cb5f3593 Mon Sep 17 00:00:00 2001 From: mecaneer23 Date: Thu, 21 Mar 2024 14:07:54 -0500 Subject: [PATCH] chore: update todos --- todo.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/todo.txt b/todo.txt index 0ff02e1..1fb5f76 100644 --- a/todo.txt +++ b/todo.txt @@ -6,9 +6,5 @@ -b allow multiline print -m fix: make startup faster -r fix: remove silence if dependencies are not installed --g feat: add unit tests? -- refactor: only return objects (mostly `TodoList`s) when necessary -- refactor: remove curses dependency from as many locations as possible - - eventual end goal is to make multiple `print_todos` output options - - potentially redo `tcurses.py` -- feat: add buffer to tcurses \ No newline at end of file +-y feat: add unit tests? +-g refactor: only return objects (mostly `TodoList`s) when necessary \ No newline at end of file