Skip to content

Commit

Permalink
chore: update todos; modify format to describe each todo more specifi…
Browse files Browse the repository at this point in the history
…cally with a bucket category
  • Loading branch information
mecaneer23 committed Mar 13, 2024
1 parent a4500e7 commit a2d890f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
-r fix strikethrough
-r fix: strikethrough
-r fix long lines (longer than width // 2 - 1)
-r fix moving down onto a toggled line
-b implement multiline todos
-b feat: implement multiline todos
-b allow multiline paste
-b allow multiline print
-m make startup faster
-r fix silence if dependencies are not installed
-g add unit tests?
-y add docstrings to `public` functions
-m fix: make startup faster
-r fix: remove silence if dependencies are not installed
-g feat: add unit tests?
-y refactor: add docstrings to `public` functions
-y clipboard
-y get_todo
-y todo.py
-y migrate from sometimes using `int` as cursor, to always using `Cursor`s
-y migrate from `win: Any` to `win: curses.window`
-y refactor: migrate from sometimes using `int` as cursor, to always using `Cursor`s
-y refactor: migrate from `win: Any` to `win: curses.window`
- refactor: remove curses dependency from as many locations as possible.

0 comments on commit a2d890f

Please sign in to comment.