Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit Attributes on multiple files at once #27

Open
sean-gugler opened this issue Jul 25, 2024 · 2 comments
Open

Edit Attributes on multiple files at once #27

sean-gugler opened this issue Jul 25, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@sean-gugler
Copy link

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.

  • Visual representation of "multiple-value" elements (three-state checkboxes instead of just two-state, grey empty edit fields, etc.)
  • Code changes from reading/writing a single file (easy) to aggregate reads and writes (harder).
  • Disallow editing filename, which must be unique, or introduce some kind of bulk renaming with serial numbers or pattern-matching modification (see Beyond Compare by Scooter Software).
@fadden fadden added the enhancement New feature or request label Jul 25, 2024
@fadden
Copy link
Owner

fadden commented Jul 25, 2024

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
Copy link
Owner

fadden commented Sep 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants