aboutsummaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-03-09 18:15:12 +0530
committerAkshay Nair <phenax5@gmail.com>2025-03-09 19:42:39 +0530
commit1e2302be2b47fbeb340db7482ed8476c829a7f66 (patch)
treed71091727c79de4c800355c68c98107ba5237040 /TODO.org
parent0e276c49adc1ef38993f1a90b0f87c732331598c (diff)
downloadnull-browser-1e2302be2b47fbeb340db7482ed8476c829a7f66.tar.gz
null-browser-1e2302be2b47fbeb340db7482ed8476c829a7f66.zip
Add browser manager + add multitab management (next/prev/close/new)
Diffstat (limited to '')
-rw-r--r--TODO.org19
1 files changed, 19 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
new file mode 100644
index 0000000..d101052
--- /dev/null
+++ b/TODO.org
@@ -0,0 +1,19 @@
+** Current
+- [X] Multi tabs
+- [X] Open in new tab/new window
+- [ ] Lua for command input
+- [ ] Modal keys
+- [ ] Tab history navigation
+
+** Next
+- [ ] History persistance
+- [ ] Sketch lua api for managing ui
+- [ ] Simpler shell-ey/vimscript-ey language for command input
+
+** Later
+- [ ] Fullscreen
+- [ ] File picker
+- [ ] Dev tools
+- [ ] remote debugging with cdp (spider-repl)
+
+** Maybe