aboutsummaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-03-15 19:17:03 +0530
committerAkshay Nair <phenax5@gmail.com>2025-03-15 20:08:30 +0530
commit387cf24e389854ecc97f6236fdd6acbc2486dd52 (patch)
treea51b51de0064fb10685d2da85d11748c4a32ce73 /TODO.org
parent05ae8976a8e1ab5411058de244c4e2fcc87ec369 (diff)
downloadnull-browser-387cf24e389854ecc97f6236fdd6acbc2486dd52.tar.gz
null-browser-387cf24e389854ecc97f6236fdd6acbc2486dd52.zip
Replaced QCompleter with custom implementation
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org13
1 files changed, 11 insertions, 2 deletions
diff --git a/TODO.org b/TODO.org
index f342d15..b956c88 100644
--- a/TODO.org
+++ b/TODO.org
@@ -7,6 +7,7 @@
- [X] Command/URL input executor
- [X] Refactor MainWindow
- [ ] Buffer list/search
+- [ ] Keybindings
- [ ] Modal keys
- [ ] Tab history navigation
- [ ] Press tab/shift-tab for next/prev in completion
@@ -15,13 +16,21 @@
** Next
- [ ] History persistance
- [ ] History completion
-- [ ] Sketch lua api for managing ui
- [ ] Open url parsing (add protocol if missing, remove quotes, etc)
+- [ ] Destructor for completer instance
** Later
-- [ ] Fullscreen
+- [ ] downloading
+- [ ] Search text in page
+- [ ] Notifications
- [ ] Dev tools
+- [ ] Search engine search if its not a url / aliases
+
+** Later later
+- [ ] Fullscreen
- [ ] remote debugging with cdp (spider-repl)
+- [ ] Pipe page contents to external program
** Maybe
+- [ ] lua api for managing ui
- [ ] Custom file picker