aboutsummaryrefslogtreecommitdiff
path: root/notes.org
diff options
context:
space:
mode:
Diffstat (limited to 'notes.org')
-rw-r--r--notes.org16
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?)