7zip like GUI for everything

Discussion related to "Everything" 1.5 Alpha.
Post Reply
anmac1789
Posts: 559
Joined: Mon Aug 24, 2020 1:16 pm

7zip like GUI for everything

Post by anmac1789 »

Is it possible to view all the file and folder properties in a zip file with everything just like how 7zip displays each file and folder's properties when opening it in within their GUI or like Winrar? THey all have a search bar at the top too
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: 7zip like GUI for everything

Post by void »

Currently, no.

Everything doesn't index filenames inside zip files, yet.
An option to index zip files is on my TODO list.



There's a container filename property.
Container filenames are shown in a single column.
zipfilename: can be used to search for a particular filename inside a zip file.
anmac1789
Posts: 559
Joined: Mon Aug 24, 2020 1:16 pm

Re: 7zip like GUI for everything

Post by anmac1789 »

void wrote: Tue Feb 07, 2023 5:15 am Currently, no.

Everything doesn't index filenames inside zip files, yet.
An option to index zip files is on my TODO list.



There's a container filename property.
Container filenames are shown in a single column.
zipfilename: can be used to search for a particular filename inside a zip file.
How can I use that search parameter?
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: 7zip like GUI for everything

Post by void »

Example zipfilename: usage:

zipfilename:everything64.exe

This will match the latest Everything-1.5.0.1337a.x64.zip that contains the Everything64.exe file.
anmac1789
Posts: 559
Joined: Mon Aug 24, 2020 1:16 pm

Re: 7zip like GUI for everything

Post by anmac1789 »

void wrote: Tue Feb 07, 2023 6:14 am Example zipfilename: usage:

zipfilename:everything64.exe

This will match the latest Everything-1.5.0.1337a.x64.zip that contains the Everything64.exe file.
does it have to be a .exe file? or can I do this with a .zip file ? can I give it a path?
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: 7zip like GUI for everything

Post by void »

Can be any filename.

Currently, Everything will only look inside .zip files with zipfilename:

You can limit the results to a path.

For example, limit results to D:\Downloads and find zip files containing a txt file:

"d:\downloads\" zipfilename:*.txt
anmac1789
Posts: 559
Joined: Mon Aug 24, 2020 1:16 pm

Re: 7zip like GUI for everything

Post by anmac1789 »

void wrote: Tue Feb 07, 2023 6:24 am Can be any filename.

Currently, Everything will only look inside .zip files with zipfilename:

You can limit the results to a path.

For example, limit results to D:\Downloads and find zip files containing a txt file:

"d:\downloads\" zipfilename:*.txt
Thank you this is quite helpful. What other uses can I do with this?
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: 7zip like GUI for everything

Post by void »

There's also a a Container File Count property.

These zip properties can be added as a column by right clicking the result list column header and clicking Add columns -> application/zip (select from the left side)

You can index this information.

Unfortunately, there's no nice way to browse filenames yet..

7z/rar support is on my TODO list.
anmac1789
Posts: 559
Joined: Mon Aug 24, 2020 1:16 pm

Re: 7zip like GUI for everything

Post by anmac1789 »

void wrote: Tue Feb 07, 2023 6:57 am There's also a a Container File Count property.

These zip properties can be added as a column by right clicking the result list column header and clicking Add columns -> application/zip (select from the left side)

You can index this information.

Unfortunately, there's no nice way to browse filenames yet..

7z/rar support is on my TODO list.
searching for a specific filename in zip files don't work. For example, Im searching for "DOC-20220321-WA0003." but it didnt give any results but I found a zip file on my E drive which contains it. How should I approach this?
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: 7zip like GUI for everything

Post by void »

Does Everything list any filenames in the container filenames column:
  • Right click the result list column header and click Add columns....
  • In Select Property, search for: container
  • Select container filenames and click OK.
  • In Everything, search for your zip file.
  • Are there any filenames shown under the container filename column?
anmac1789
Posts: 559
Joined: Mon Aug 24, 2020 1:16 pm

Re: 7zip like GUI for everything

Post by anmac1789 »

void wrote: Thu Feb 09, 2023 12:09 am Does Everything list any filenames in the container filenames column:
  • Right click the result list column header and click Add columns....
  • In Select Property, search for: container
  • Select container filenames and click OK.
  • In Everything, search for your zip file.
  • Are there any filenames shown under the container filename column?
The container filenames column doesn't list the filename that is contained within the specific zip file even after I typed it as zipfilenames:DOC-20220321-WA0003 and the container filenames column is shown. That specific zip file doesn't show in the results
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: 7zip like GUI for everything

Post by void »

If possible, could you please send your zip file to support@voidtools.com
anmac1789
Posts: 559
Joined: Mon Aug 24, 2020 1:16 pm

Re: 7zip like GUI for everything

Post by anmac1789 »

The zip file is 22 GB...
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: 7zip like GUI for everything

Post by void »

It could be a 64bit zip which is not supported yet.

7zip will report the zip as 64-bit + under Info.
anmac1789
Posts: 559
Joined: Mon Aug 24, 2020 1:16 pm

Re: 7zip like GUI for everything

Post by anmac1789 »

void wrote: Thu Feb 09, 2023 11:46 pm It could be a 64bit zip which is not supported yet.

7zip will report the zip as 64-bit + under Info.
Where can I check that ?
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: 7zip like GUI for everything

Post by void »

If you have 7zip installed, open the zip archive with 7zip and click the Info button in the toolbar.

If the zip file is 64 bit, 64-bit will be shown at the bottom.
anmac1789
Posts: 559
Joined: Mon Aug 24, 2020 1:16 pm

Re: 7zip like GUI for everything

Post by anmac1789 »

void wrote: Fri Feb 10, 2023 12:47 am If you have 7zip installed, open the zip archive with 7zip and click the Info button in the toolbar.

If the zip file is 64 bit, 64-bit will be shown at the bottom.
Okay here we go:
Last edited by void on Fri Feb 10, 2023 12:54 am, edited 1 time in total.
Reason: removed image.
anmac1789
Posts: 559
Joined: Mon Aug 24, 2020 1:16 pm

Re: 7zip like GUI for everything

Post by anmac1789 »

Hey where did my picture go....
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: 7zip like GUI for everything

Post by void »

I removed the image as it contained your Windows username.

Thanks for the screenshot.

The screenshot shows 64bit +

Everything will not read filenames from 64bit zip files yet.
Support for 64bit zip files is on my TODO list.
anmac1789
Posts: 559
Joined: Mon Aug 24, 2020 1:16 pm

Re: 7zip like GUI for everything

Post by anmac1789 »

void wrote: Fri Feb 10, 2023 12:56 am I removed the image as it contained your Windows username.

Thanks for the screenshot.

The screenshot shows 64bit +

Everything will not read filenames from 64bit zip files yet.
Support for 64bit zip files is on my TODO list.
Okay, Hope it works !! I will keep in touch on this post
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: 7zip like GUI for everything

Post by void »

Everything 1.5.0.1338a adds support for zip64.
Post Reply