fadden / CiderPress2

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

Edit Attributes on multiple files at once #27

Open sean-gugler opened 1 month ago

sean-gugler commented 1 month ago

Bulk-editing files to make them all read-only is fairly tedious in CiderPress II 1.0.2

Hotkeys for the Access checkboxes would greatly help; see issue #25.

Thinking bigger, it would be splendid if multi-selecting several files still allowed the Edit Attributes dialog to come up. Any changes made would affect all selected files.

Probably some significant effort needed in the UI to support this.

fadden commented 1 month ago

A bulk-edit dialog is doable, though I'd probably just disable filename editing.

The CLI could probably use a similar feature. The set-attr command is currently defined as operating on a single file, taking a list of attribute-change arguments.

One of my "TO DO" list items is to make the file list double-click behavior configurable. That would allow you to double-click on an item to edit its attributes instead of opening it in the file viewer.

fadden commented 5 days ago

FWIW, the CLI now provides a way to bulk-edit attributes, as of v1.0.4-dev2.