-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
New Folder with Selection #3569
Comments
One way to do this already is to use the Move To button in the Explorer Ribbon. There you can create a new folder and move the files. |
Ah yes... I had forgotten about that option. |
I didn't say it was perfect. You're right about that. The thing you ask for is like the WinRar method, right? Similar to the compressed folder in the |
Hi. The Some of what is offered in Send to Toys (v2.7.2) is available in the current Windows Explorer... sort of. Regardless, still not quite the simplicity of what is offered with the Apple finder function of selecting some files, then invoking the "new folder with selection" option. |
didn't mean to close the comment. |
Maybe the UPDATE I decided to make this myself and used AutoIt ("a freeware BASIC-like scripting language", www.autoitscript.com) and created an .exe file (1MB including ico file), directly in the SendTo folder*. It uses the selected files as internal command line parameters (or the other way around). Then it prompts a name, by means of an InputBox. Then it creates the folder (@WorkingDir & new name) and moves the files. Bloody thing worked at the first go!! 😁 I wouldn't mind sharing the exe file with y'all, but anti-virus programs (including MS Defender) keep - incorrectly - treating exe's that are created with AutoIt as trojans and/or other malware, and I don't wanna bother you guys with that. |
Awesome! |
i made a small electron app for this purpose :) but build in the os as in macOS would be much better . |
Since nobody has mentioned it, TeraCopy 3 (free) has this feature. PowerToys should have it too IMO. |
awesome , and even this : looks very useful: |
One feature on windows i miss a lot (from macOS) is the ability to drag a folder or file on file open / save dialog. |
xref: #6405 |
I didn't know teracopy 3 had this option, i use v2.3 so. For this 'new folder with selection' i've been using a little piece of shell extension software for years since vista. Fortunately it works well with windows 10 as well. Can't live without this as i am a photographer & i create hundreds of folder a day. Here: Files 2 Folder |
Frigging WINDOWS should have this! 😒 |
@Jay-o-Way Can you please share the autoitscript you created to enable 'new folder with selection' feature. Would love to install it. |
You're free to try it, but it's far, far from ideal: NewFolder.zip |
@Jay-o-Way Thank you ... I unzipped it using 7Zip to a folder called NewFolder inside which is an New Folder.exe when I double click it, a message pops up saying No parameters/file available Exit. How do I use it? |
Place the exe inside your |
It works!!! ... Thank you so very much. |
@Aaron-Junker is this still in progress? |
@Jay-o-Way Yes. Currently working with @crutkas on making a good interaction model. |
Summary of the new feature/enhancement
Provide a means to select files then put them into a new folder created at the time the operation is executed.
Proposed technical implementation details (optional)
Essentially this is a Windows Explorer implementation of the similarly named function in (Apple's) macOS Finder. Effectively this is a reverse sequence of events from what is required in Windows Explorer currently.
Select files in Explorer. Right click and select from a context menu, or click a button on the toolbar to launch the operation. A new folder is created within the current folder one is in/viewing in Windows Explorer. Once the folder is named, the selected files are moved into that folder.
@crutkas edit
FROM #6405 by @zeealeid
"Hopper" — Easier way to create new folders from files located two or more locations.
Here's an idea for (potentially) a new PowerToy:
Introducing Hopper:
Imagine if you want to create a new folder containing files from two different locations. The process would take some time right?
But with Hopper, just hit a keystroke, select the files and drop them in the Hopper. Select the files from the second directory and drop them in the Hopper too.
Then hopper would ask you a few questions about the name of the folder and it would ask, would the files be copied from the locations or be moved from the locations.
And voila! Here's your new folder!
The text was updated successfully, but these errors were encountered: