diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-05 11:51:37 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-05 11:51:37 +0530 |
| commit | 556f890c3bb799dd6bc1e83c5dcff12f25ed5c24 (patch) | |
| tree | b80400bfbaf70cc40abca895ffee9f4de90adec9 /notes.org | |
| parent | c999d5703d22a7b73394b50029ceede4ef06f09c (diff) | |
| download | daffm-556f890c3bb799dd6bc1e83c5dcff12f25ed5c24.tar.gz daffm-556f890c3bb799dd6bc1e83c5dcff12f25ed5c24.zip | |
Add ~ substitution for cd paths
Diffstat (limited to '')
| -rw-r--r-- | notes.org | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
