aboutsummaryrefslogtreecommitdiff
path: root/notes.org
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-12-25 11:17:51 +0530
committerAkshay Nair <phenax5@gmail.com>2025-12-25 11:17:51 +0530
commit3c1f75e8cf8d88287e6b501fda61aec9effa97ee (patch)
tree0f7b2245d42b24630b3d8a8990e2a36ece3a519a /notes.org
parent0c3b673e1614677a20f0b0b22af8bd017228b5e0 (diff)
downloaddaffm-3c1f75e8cf8d88287e6b501fda61aec9effa97ee.tar.gz
daffm-3c1f75e8cf8d88287e6b501fda61aec9effa97ee.zip
Add owner:group info in out
Diffstat (limited to 'notes.org')
-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?