aboutsummaryrefslogtreecommitdiff
path: root/notes.org
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-03 20:21:31 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-03 21:10:34 +0530
commitb1f56e140e6166c06a5b1f0a02aa4bc0953d6eb3 (patch)
tree0be94058cb050c1571e0d21f806433def5d3ad49 /notes.org
parent4d669ba5d5858e47b8d5723aae89b75481a2df2f (diff)
downloaddaffm-b1f56e140e6166c06a5b1f0a02aa4bc0953d6eb3.tar.gz
daffm-b1f56e140e6166c06a5b1f0a02aa4bc0953d6eb3.zip
Add delete command + minor refactors
Diffstat (limited to '')
-rw-r--r--notes.org9
1 files changed, 6 insertions, 3 deletions
diff --git a/notes.org b/notes.org
index 62eee77..3755c22 100644
--- a/notes.org
+++ b/notes.org
@@ -6,20 +6,23 @@
- [X] Command substitution %
- [X] Command substitution %d:cwd
- [X] Show file permissions
-- [ ] select multiple files
-- [ ] Commands
+- [X] select multiple files
+- [X] Command substitution %s:selections
- [ ] Error handling
- [ ] Cli arg parsing
+- [ ] Command parsing
+- [ ] pipe command: Pipe selections/current to stdin of command
** Later
- [ ] handle on open (for external integrations)
- [ ] Cmdline history
-- [ ] 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
+- [ ] Internal commands
- [ ] configuration file (toml?)
- [ ] support multikey bindings?
- [ ] bind command: define keybindings
- [ ] watch for changes
- [ ] cmdline tab completion
+- [ ] Allow escaping % in commands