diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-05 10:33:38 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-05 10:34:22 +0530 |
| commit | 7e09b35b008f58809ac56184a4f83ab875c038e0 (patch) | |
| tree | 3f7acdb64d2b063760fa22529826aa418e249750 /TODO.org | |
| parent | 8eda8343757b2161535388387b0525e0fd56f569 (diff) | |
| download | null-browser-7e09b35b008f58809ac56184a4f83ab875c038e0.tar.gz null-browser-7e09b35b008f58809ac56184a4f83ab875c038e0.zip | |
Add instance manager for enforcing single instance
Diffstat (limited to '')
| -rw-r--r-- | TODO.org | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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'}, ...)` |
