diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-11-10 23:28:05 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-11-10 23:28:05 +0530 |
| commit | 0c3b673e1614677a20f0b0b22af8bd017228b5e0 (patch) | |
| tree | 95200787fc13997d0b50e9d9e20d8d8beb2537df /notes.org | |
| parent | a16933476187a349d619ab29f73dbcae81c8cb24 (diff) | |
| download | daffm-0c3b673e1614677a20f0b0b22af8bd017228b5e0.tar.gz daffm-0c3b673e1614677a20f0b0b22af8bd017228b5e0.zip | |
Add basic selection-add/remove commands
Diffstat (limited to '')
| -rw-r--r-- | notes.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,13 +4,14 @@ - [X] custom commands - [X] fix problems with substitutions (maybe switch to env vars?) - [X] handle permissions errors +- [X] Show error messages (invalid commands/shell errors) +- [ ] fix issue with pathExists check for ~ expansion - [ ] allow escaping % in commands - [ ] escape % in file paths while substituting - [ ] allow updating selection list (:selection-add, :selection-delete) - [ ] cmdline autocompletion - [ ] Use ls for file listing respecting ansi colors? - [ ] Generalize cd/opener/back? -- [X] Show error messages (invalid commands/shell errors) ** Later - [ ] cross instance selections? (just override keys?) - [ ] Show last cmd in cmdline |
