-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update todos; modify format to describe each todo more specifi…
…cally with a bucket category
- Loading branch information
1 parent
a4500e7
commit a2d890f
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |