This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efm2.
View the commit online.
commit e06e0cb4a73c6216f2100bc63cd75a9a64bd7f7e
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Sun Apr 5 09:51:13 2026 +0100
todo - re-jig todo to reflect real priorities and current state
---
TODO.md | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/TODO.md b/TODO.md
index 7825760..a4d6049 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,9 +2,7 @@
## Now
-* View
- * .efm/.efm in dir set more than backend type (view mode and more)
- * Resize mode/menu option for icons in custom view
+* .efm/.efm in dir set more than backend type (view mode and more)
* Finish create directory in popup menu
* DND auto-open dir on hover-over
* File properties dialog
@@ -17,13 +15,13 @@
* Status - icon overlay label, icon, progress, busy spinner
* Status - progress/busy spinner + label + icon
* Dialog - label + icon + entry + buttons (ok/cancel etc.)
-* Choose fs abstraction dir setup etc.
* Filesystem info (df like with total available)
* Remember scroll pos, view size/pos
* Set window icon correctly for dir
-* Special icons for special filenames/paths (~/Desktop, ~/Videos etc.)
-* Favorites view move (manual .order changes, cb's for selecting single click)
+* Favorites view mode (manual .order changes, cb's for selecting single click)
+* Special drop handling per dir (eg favorites adds links)
* Immutable dirs (no moving files/changes - just browse/launch)
+* Lock view mode from backend
* Dir info pane
* Pane
* Table of label + icons
@@ -35,15 +33,20 @@
* Show dir has no permission to view/go into (eg missing r/x on other/group)
* File actions (separate to open with...)
* Callbacks when column sizes change
-* Lock view mode from backend
* Disable dnd/cnp from backend
* Handle del of file in dir to del thumb+meta
+ * Also on load - do a poast-load scan of files in .efm to clear out unused
+* Tooltip previews
+ * Multi-page show multiple pages
+ * Video files show multiple timepoints
## Medium term
+* Choose fs abstraction dir setup etc.
* Find filename in tree
+* Resize mode/menu option for icons in custom view
* Edit desktop file support (dialog)
-* Add thumb edit/gen/modify tools so wrapper scripts can gen thumbs too
+* Add thumb edit/gen/modify tools so wrapper shell scripts can gen thumbs too
* Work out how to allow elm xdnd handling to work in e on shelf/desktop
* Network fs monitoring/listing (smb/nfs/etc.)
* smbnetfs
@@ -57,13 +60,9 @@
* scp file to X
* dd device to file or to device
* View background / overlay images/edj files
-* Special drop handling per dir (eg favorites adds links)
* Support running back-end cmds as another user
* Chmod support
-* Tooltip previews
- * Multi-page show multiple pages
- * Video files show multiple timepoints
-* Thumbnailing - add html thumbs bby running e.g.
+* Thumbnailing - add html thumbs by running e.g.
* chromium --headless --screenshot=sss.png --window-size=1024x1024 --force-device-scale-factor=0.5 --timeout=10000 file:///path/to/file.html
## Long term
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.