diff options
Diffstat (limited to '')
| -rw-r--r-- | notes.org | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,18 +1,23 @@ ** Current - [X] Preserve cursor position per dir while navigating -- [ ] Cmdline must be single line +- [X] Cmdline must be single line +- [X] Reload - [ ] Commands -- [ ] Run shell command -- [ ] Command substitutions (%:filehighlighted %d:cwd %s:selections) +- [X] Run shell command +- [X] Command substitution % +- [ ] Command substitution %d:cwd - [ ] Show file permissions ** Later - [ ] handle on open (for external integrations) - [ ] Cmdline history - [ ] bind command: define keybindings - [ ] select multiple files +- [ ] 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 - [ ] support multikey bindings? - [ ] configuration file (toml?) - [ ] watch for changes +- [ ] cmdline tab completion |
