From 7e09b35b008f58809ac56184a4f83ab875c038e0 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 5 Apr 2025 10:33:38 +0530 Subject: Add instance manager for enforcing single instance --- TODO.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'TODO.org') 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'}, ...)` -- cgit v1.3.1