aboutsummaryrefslogtreecommitdiff
path: root/notes.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--notes.org11
1 files changed, 6 insertions, 5 deletions
diff --git a/notes.org b/notes.org
index ee2abb6..2ad6eff 100644
--- a/notes.org
+++ b/notes.org
@@ -6,16 +6,17 @@
- [X] handle permissions errors
- [X] Show error messages (invalid commands/shell errors)
- [ ] fix issue with pathExists check for ~ expansion
+- [ ] add substution for last directory (or automark on cd)
- [ ] 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?
+- [ ] cmdline history
** Later
+- [ ] cmdline autocompletion
+- [ ] generalize cd/opener/back?
- [ ] cross instance selections? (just override keys?)
-- [ ] Show last cmd in cmdline
+- [ ] show last cmd in cmdline
- [ ] preserve back directory when going inside symlink to directories
-- [ ] cmdline history
- [ ] some caching for file list? (might be good to have for large lists)
- [ ] watch for changes?
+- [ ] use ls for file listing respecting ansi colors?