diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-03 00:50:04 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-03 01:07:49 +0530 |
| commit | c636e2bbe34bff6f75b334cdaa9d4e59b92fa48c (patch) | |
| tree | 5a433290bbe36d982af7cb76f92dc49e1bb0304b /notes.org | |
| parent | 7fc70c52f322d451e8295a12a6fbaf869a2d9a2b (diff) | |
| download | daffm-c636e2bbe34bff6f75b334cdaa9d4e59b92fa48c.tar.gz daffm-c636e2bbe34bff6f75b334cdaa9d4e59b92fa48c.zip | |
Add spawning processes + suspend tui
Diffstat (limited to '')
| -rw-r--r-- | notes.org | 16 |
1 files changed, 16 insertions, 0 deletions
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?) |
