summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-25 23:33:46 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-26 10:19:06 -0700
commit1b410e561cd932fb10f1c0884609a29889822a0f (patch)
tree75c79a8b87f0ee13254f46a3833ba9103c868e40 /TODO.md
parent408660cb5d9a900921200d9cc43943e912f815e6 (diff)
Add demo gif
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 3bfeec4..509b646 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,14 +1,14 @@
# TODO
### chores
-1. Make an example GIF
2. Move to github actions ASAP, travis & appveyor are a PITA. See resources below.
3. Benchmark parsing. Probaly way faster to use regex to find question IDs
within URLs (or *gasp* the entire doc).
4. Refactor layout handling (see TODO on `tui::views::LayoutView::relayout`)
+5. Release on AUR & Homebrew
### bugs
-0. Another parser bug: some links return /questions/tagged/; need to make sure
+0. **Priority** Another parser bug: some links return /questions/tagged/; need to make sure
we only select digits. Hello regex. (use test/duckduckgo/tagged.html to write
a new test).
1.
@@ -32,7 +32,7 @@ SpannedString, and own everything...
#### Endless improvements for the TUI
1. Add Shift+TAB to cycle focus backwards (just add CirculularFocus wrapper)
-3. Small text at bottom with '?' to bring up key mapping dialog
+3. **Priority** Small text at bottom with '?' to bring up key mapping dialog
1. Init with smaller layout depending on initial screen size.
2. Maybe cli `--auto-resize` option that changes layouts at breakpoints.
5. Maybe **[ESC]** cycles layout in the opposite direction? And stops at