Add an option to open the rename window directly from explorer

Have a suggestion for "Everything"? Please post it here.
Post Reply
heynando
Posts: 2
Joined: Wed Jun 03, 2020 4:22 pm

Add an option to open the rename window directly from explorer

Post by heynando »

Hi there first of all #respect, Everything is already in my top 5 best apps of all-time

My suggestion is to add an option in the shell of Windows Explorer that directly opens Everything's Renamer pop-up when files or folders are selected.

and make it default ON otherwise people won't use so just add an option to disable it just in case someone feels bothered

I got this idea from this app called Power Toys that has a feature called "PowerRename" but it isn't as useful as Everything's Renamer

powerrename2.png
powerrename2.png (18.46 KiB) Viewed 3601 times
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: Add an option to open the rename window directly from explorer

Post by therube »

"SendTo".

Code: Select all

:: Everything Rename "stand-alone" or "SendTo" or ...

:: Requires >= Everything 1.4.1.791
:: Requires a minimum of 2 files
:: Might run into an ~2048 command line character length limitation
:: http://stackoverflow.com/questions/3205027/maximum-length-of-command-line-string

:: SjB 11/04/2016


echo %*
echo %* > C:\DEV\Locate\Everything_Rename\dumy

pause

START "" C:\DEV\Locate\Everything_Rename\Everything.exe -rename %*
void
Developer
Posts: 16683
Joined: Fri Oct 16, 2009 11:31 pm

Re: Add an option to open the rename window directly from explorer

Post by void »

You can also launch the Everything renamer with the -rename command line option:
Everything.exe -rename

and then drag drop your files onto the Everything renamer.

A single instance of the Everything renamer is in development.
Post Reply