aboutsummaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-04-05 10:33:38 +0530
committerAkshay Nair <phenax5@gmail.com>2025-04-05 10:34:22 +0530
commit7e09b35b008f58809ac56184a4f83ab875c038e0 (patch)
tree3f7acdb64d2b063760fa22529826aa418e249750 /TODO.org
parent8eda8343757b2161535388387b0525e0fd56f569 (diff)
downloadnull-browser-7e09b35b008f58809ac56184a4f83ab875c038e0.tar.gz
null-browser-7e09b35b008f58809ac56184a4f83ab875c038e0.zip
Add instance manager for enforcing single instance
Diffstat (limited to '')
-rw-r--r--TODO.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/TODO.org b/TODO.org
index bb9e51b..28573e3 100644
--- a/TODO.org
+++ b/TODO.org
@@ -11,21 +11,21 @@
- [X] Assign ID to each tab (reference in lua api)
- [X] Tab select by id
- [X] Multi-window
-- [ ] New window on new window request
-- [ ] Socket for opening window in current session (lua eval)
+- [X] New window on new window request
+- [X] Socket for opening window in current session (lua eval)
+- [ ] Config loading and lua path
- [ ] Events/autocommands
- [ ] History storage
- [ ] History completion
- [ ] Log stdout, errors and results from lua somewhere
-- [ ] Handle resource cleanup + signal disconnecting
+- [ ] Downloading
** Next
-- [ ] Config loading and runtime path
- [ ] Conflict in keymap (keymap already exists)
- [ ] Open url sanitize/humanize (add protocol if missing, remove quotes, etc)
- [ ] Bookmarking
-- [ ] Downloading
- [ ] Get static linking for qt and libluv working
+- [ ] Handle resource cleanup + signal disconnecting
** Later
- [ ] Support multiple modes for keymap.set: `web.keymap.set({'n','i'}, ...)`