new command line option -size (in bytes)

Have a suggestion for "Everything"? Please post it here.
Post Reply
redwood
Posts: 26
Joined: Sun May 02, 2021 2:32 pm

new command line option -size (in bytes)

Post by redwood »

like we have -basename -extension
This option will be very useful -size (in bytes)
void
Developer
Posts: 15588
Joined: Fri Oct 16, 2009 11:31 pm

Re: new command line option -size (in bytes)

Post by void »

I will consider a -size command line option.

Thank you for the suggestion.

For now, please try:

Everything.exe -s size:123
where 123 is the size in bytes.
redwood
Posts: 26
Joined: Sun May 02, 2021 2:32 pm

Re: new command line option -size (in bytes)

Post by redwood »

Thanks for replying and accepting suggestion
my goal is to add it to windows context menu
It will be easier to Everything detect the file size instead of using batch file

Code: Select all

cmd.exe /c for %%a in ("%1") do start "" "C:\Program Files\everything\everything.exe" -s size:"%%~za""
void
Developer
Posts: 15588
Joined: Fri Oct 16, 2009 11:31 pm

Re: new command line option -size (in bytes)

Post by void »

This will be easy in Everything 1.5:

Everything64.exe" -s size:[getsize:"%1"]

Find dupes in Everything
[getsize:"%1"]
redwood
Posts: 26
Joined: Sun May 02, 2021 2:32 pm

Re: new command line option -size (in bytes)

Post by redwood »

Thank you!
Post Reply