From c636e2bbe34bff6f75b334cdaa9d4e59b92fa48c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 3 Oct 2025 00:50:04 +0530 Subject: Add spawning processes + suspend tui --- notes.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 notes.org (limited to 'notes.org') diff --git a/notes.org b/notes.org new file mode 100644 index 0000000..d7beb46 --- /dev/null +++ b/notes.org @@ -0,0 +1,16 @@ +** Current +- [ ] Show file permissions +- [ ] Preserve cursor position per dir while navigating +- [ ] Cmdline must be single line +- [ ] Commands +- [ ] Run shell command +- [ ] Command substitutions (%:filehighlighted %d:cwd %s:selections) +** Later +- [ ] handle on open (for external integrations) +- [ ] Cmdline history +- [ ] bind command: define keybindings +- [ ] copy/paste across instances + - user-land solution (write selections to file and read from second instance) + - socket +- [ ] support multikey bindings? +- [ ] configuration file (toml?) -- cgit v1.3.1