aboutsummaryrefslogtreecommitdiff
path: root/notes.org
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-05 11:51:37 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-05 11:51:37 +0530
commit556f890c3bb799dd6bc1e83c5dcff12f25ed5c24 (patch)
treeb80400bfbaf70cc40abca895ffee9f4de90adec9 /notes.org
parentc999d5703d22a7b73394b50029ceede4ef06f09c (diff)
downloaddaffm-556f890c3bb799dd6bc1e83c5dcff12f25ed5c24.tar.gz
daffm-556f890c3bb799dd6bc1e83c5dcff12f25ed5c24.zip
Add ~ substitution for cd paths
Diffstat (limited to '')
-rw-r--r--notes.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/notes.org b/notes.org
index e21b387..82f75b8 100644
--- a/notes.org
+++ b/notes.org
@@ -15,12 +15,12 @@
- [X] parsing key sequence
- [X] configuration file (toml?)
- [X] Error handling
-- [ ] Expand ~ to home in internal commands (cd)
+- [X] Expand ~ to home in internal commands (cd)
- [ ] Cmdline history
- [ ] Cli arg parsing (dir arg)
- [ ] Opener configuration
+- [ ] Show current pending keys in statusline
** Right after
-- [ ] cd into dir symlinks
- [ ] handle on open (for external integrations)
- [ ] copy/paste across instances
- user-land solution (write selections to file and read from second instance)
@@ -29,6 +29,7 @@
- [ ] Allow escaping % in commands
- [ ] Rethink % substituions
- [ ] theme from config
+- [ ] cd into dir symlinks
** Later
- [ ] Cli arg parsing (-c flag for custom config path)
- [ ] cmdline tab completion