diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-11-07 10:37:00 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-11-07 10:37:00 +0530 |
| commit | 0e4a7e45357e6024586b6042c1f4c173926a2ace (patch) | |
| tree | a61c5bc6b3f274845487fc06af1352b4c94d628a /notes.org | |
| parent | 1481e69cee500a98aafca08e676c9e47fb1c9fb7 (diff) | |
| download | daffm-0e4a7e45357e6024586b6042c1f4c173926a2ace.tar.gz daffm-0e4a7e45357e6024586b6042c1f4c173926a2ace.zip | |
Fix shell escaping for substitutions
Diffstat (limited to 'notes.org')
| -rw-r--r-- | notes.org | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,14 +1,17 @@ - [X] commands: move cursor: move +1, move -1, move 5, move $, move 0 - [X] rename command-shell to evaluate - [X] Allow recursive config extends (@A -> @B -> @C) -- [ ] allow escaping % in commands -- [ ] fix problems with substitutions (maybe switch to env vars?) - [ ] custom commands +- [X] fix problems with substitutions (maybe switch to env vars?) +- [ ] allow escaping % in commands +- [ ] allow updating selection list (:selection-add, :selection-delete) - [ ] cmdline autocompletion - [ ] handle permissions errors - [ ] Use ls for file listing respecting ansi colors? - [ ] Generalize cd/opener/back? +- [ ] Show error messages (invalid commands/shell errors) ** Later +- [ ] cross instance selections? (just override keys?) - [ ] Show last cmd in cmdline - [ ] preserve back directory when going inside symlink to directories - [ ] cmdline history |
