aboutsummaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-03-22 17:17:15 +0530
committerAkshay Nair <phenax5@gmail.com>2025-03-22 18:26:37 +0530
commit0d728071e3287a71ce7928640e63c19f4d0ab00f (patch)
treed6e9fc90331e690dbc439e7ab8b9983df2d796a6 /TODO.org
parentf09f1aa704f06472ec134b40e2f69bf3279c3f06 (diff)
downloadnull-browser-0d728071e3287a71ce7928640e63c19f4d0ab00f.tar.gz
null-browser-0d728071e3287a71ce7928640e63c19f4d0ab00f.zip
Build fixes + formatting
Diffstat (limited to '')
-rw-r--r--TODO.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO.org b/TODO.org
index a8db97a..4bc314d 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,6 +1,8 @@
** Current
- [X] Process spawning lua (+ stdio)
- [X] Keybindings (lua api)
+- [X] Modal keys
+- [X] event loop for async work
- [ ] example: trigger dmenu for simple selection
- [ ] Config loading and runtime path
- [ ] Tab history navigation
@@ -8,12 +10,11 @@
- [ ] Get tab list api
- [ ] Assign ID to each tab (reference in lua api)
- [ ] Tab select by id
-- [X] event loop for async work
- [ ] Fix segfault on quit
- [ ] Multi-window
** Next
-- [ ] Modal keys
+- [ ] Conflict in keymap (keymap already exists)
- [ ] History persistance
- [ ] History completion
- [ ] Open url parsing (add protocol if missing, remove quotes, etc)