aboutsummaryrefslogtreecommitdiff
path: root/notes.org
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-03 14:32:44 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-03 14:32:44 +0530
commitc3eb868c3873af2fc556525350bde6faebbd7cc8 (patch)
treeb289076a0ef9872221ef1a79399aa93236cf2a7b /notes.org
parentf820f302130445d8b983ab89746f6de7443c0bea (diff)
downloaddaffm-c3eb868c3873af2fc556525350bde6faebbd7cc8.tar.gz
daffm-c3eb868c3873af2fc556525350bde6faebbd7cc8.zip
Add "press key to continue" with !! prefix
Diffstat (limited to 'notes.org')
-rw-r--r--notes.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/notes.org b/notes.org
index fc04398..3837833 100644
--- a/notes.org
+++ b/notes.org
@@ -2,23 +2,24 @@
- [X] Preserve cursor position per dir while navigating
- [X] Cmdline must be single line
- [X] Reload
-- [ ] Commands
- [X] Run shell command
- [X] Command substitution %
- [X] Command substitution %d:cwd
- [ ] Show file permissions
+- [ ] Commands
- [ ] Error handling
+- [ ] Cli arg parsing
** Later
- [ ] handle on open (for external integrations)
- [ ] Cmdline history
-- [ ] bind command: define keybindings
- [ ] select multiple files
- [ ] Command substitution %s:selections
- [ ] cd into dir symlinks
- [ ] copy/paste across instances
- user-land solution (write selections to file and read from second instance)
- socket
-- [ ] support multikey bindings?
- [ ] configuration file (toml?)
+- [ ] support multikey bindings?
+- [ ] bind command: define keybindings
- [ ] watch for changes
- [ ] cmdline tab completion