-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
Archive: Allow selecting multiple files #254
Comments
I feel like if you're doing anything more complex than one or two files, you should just use a computer to move the files, although that would be a nice feature. |
Cool Suggestion! 👍 You would probably hold down OK in the file explorer and then click on SELECT, then you can just click on other files without having to hold down OK and choose select again for every file. When you selected every file you want to move, copy, ..., you just hold down and click on move, copy, ... |
This actually would be pretty cool ! |
Are we talking about file only selection, or files and folders? Because I think the process for selecting makes sense if you only want to do files or folders, not both at the same time. Is that the main goal with multiple selection here? Like one would only really be dealing with a handful of files in a folder at a time, rather than a large selection of files/folders in different locations? I haven't had the need/desire to move multiple things around yet, but I def think it should be a thing. With the hold OK being for the Actions context menu, and the click OK being for selecting items in "select mode", how do you click in to select the files in some folder, and select an entire folder? Seems like its a potentially "keybind limited" action if you're trying to do more than files, right? Am I making this too complicated or just misunderstanding? |
i think having both file and folder selection would be ideal, as it reflects what you can do in desktop file managers for example. but you bring up a good point, that it has some extra concerns for inputs. i had a couple ideas. all of them would start with holding ok, then entering select mode. then:
2 seems most reasonable as it works with the current paradigm of ok to enter folders. maybe it could also allow pressing ok on files to select them also, allowing folder selection brings another concern. before the copy / move action by pasting selected files/folders, would need to check if the destination path is a child of one of the selected items, as that could cause issues (this was a problem early on with the cut copy paste options, and i patched it in storage service to throw an error, but would still probably be wise to check for this before starting to copy or move items to fail early before any of the selected items are processed) |
Describe the enhancement you're suggesting.
Add the function to the explorer that you can select multiple files and then make use of action like cut, delete and copy.
This would be great!
Anything else?
No response
The text was updated successfully, but these errors were encountered: