aboutsummaryrefslogtreecommitdiff
path: root/notes.org
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-05 20:21:13 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-08 13:05:32 +0530
commit8cc1763237f9f12d25cf00735ce63c5655877899 (patch)
tree2ac9e6cd021327b6eb30ab7305e24aec68df3ab3 /notes.org
parent0979d4e678514a8e0cdcbe1fbb174667c5361c8a (diff)
downloaddaffm-8cc1763237f9f12d25cf00735ce63c5655877899.tar.gz
daffm-8cc1763237f9f12d25cf00735ce63c5655877899.zip
Add CmdChain to run commands sequentially in keys
Diffstat (limited to 'notes.org')
-rw-r--r--notes.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/notes.org b/notes.org
index 88db27c..3bfd14c 100644
--- a/notes.org
+++ b/notes.org
@@ -20,13 +20,17 @@
- [X] Opener configuration
- [X] Cli arg parsing (dir arg)
- [X] Cli arg parsing (-c flag for custom config path)
+- [X] handle on open (for external integrations) (opener in custom config)
+- [X] chain multiple commands
+- [ ] Store last directory path
+- [ ] Store selections path
- [ ] Command: search, search-next, search-prev
** Right after
-- [ ] copy/paste across instances
+- [ ] copy/move/paste selections across instances
- user-land solution (write selections to file and read from second instance)
- socket
+- [ ] think about nvim integration (server + send back)
- [ ] Fix keymap evaluation: If v is bound, it doesnt evaluate vd since v was found
-- [X] handle on open (for external integrations) (opener in custom config)
- [ ] Cmdline history
- [ ] Command: pipe (think about this) (pipe selection file names/file contents)
- [ ] Allow escaping % in commands