aboutsummaryrefslogtreecommitdiff
path: root/notes.org
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-03 11:48:13 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-03 11:49:30 +0530
commit3eecc44479c3e3ce9dd1beecfeb794c8a541e00f (patch)
treeb6618a239329ac6f9f811eedc134d131c3f5a115 /notes.org
parent2d0abaeb779ef63ed59de136e55c63ed2fd0a4ba (diff)
downloaddaffm-3eecc44479c3e3ce9dd1beecfeb794c8a541e00f.tar.gz
daffm-3eecc44479c3e3ce9dd1beecfeb794c8a541e00f.zip
Add run shell command via cmdline + selected file substitution
Diffstat (limited to '')
-rw-r--r--notes.org11
1 files changed, 8 insertions, 3 deletions
diff --git a/notes.org b/notes.org
index d7f41a0..f504656 100644
--- a/notes.org
+++ b/notes.org
@@ -1,18 +1,23 @@
** Current
- [X] Preserve cursor position per dir while navigating
-- [ ] Cmdline must be single line
+- [X] Cmdline must be single line
+- [X] Reload
- [ ] Commands
-- [ ] Run shell command
-- [ ] Command substitutions (%:filehighlighted %d:cwd %s:selections)
+- [X] Run shell command
+- [X] Command substitution %
+- [ ] Command substitution %d:cwd
- [ ] Show file permissions
** 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?)
- [ ] watch for changes
+- [ ] cmdline tab completion