fadden / CiderPress2

Tool for working with Apple II and vintage Mac disk images and file archives.
https://ciderpress2.com/
Apache License 2.0
49 stars 7 forks source link

Re-order directory entries by dragging #28

Open sean-gugler opened 3 months ago

sean-gugler commented 3 months ago

(reported for CiderPress II 1.0.2)

When I want directory entries in a specific order, it would be very convenient to simply drag them into the desired position.

This would improve upon my current lengthy process :

sean-gugler commented 3 months ago

This is particularly relevant for ProDOS bootstrapping, which looks for "the first" .SYSTEM file to autostart.

fadden commented 3 months ago

This one is on my list to do Someday. I'd need to implement sorting for the relevant filesystems (DOS, ProDOS, Pascal, probably not CP/M), then add CLI and GUI features that use it.

FWIW, you don't need to copy / delete / copy / delete. Dragging and dropping between directories moves the file. So it's actually: create dir, move files into dir, move files out of dir in desired order, delete dir.