compress filelists

Have a suggestion for "Everything"? Please post it here.
Post Reply
fpefpe
Posts: 46
Joined: Sun May 10, 2015 9:58 pm

compress filelists

Post by fpefpe »

I been working on a slow download in a vm running everything -- I have large "file list"
since these files are just text, wold it make sense to support gzip compression? adding a new filetype *.efuz ?

To test this, I had one file compress over 85%
void
Developer
Posts: 15806
Joined: Fri Oct 16, 2009 11:31 pm

Re: compress filelists

Post by void »

I will consider gzip/zip efu file support.

Bzip2 support could be added easily since Everything already uses bzip2 for the language pack and database compression.

Thanks for the suggestion.

For now the best solution would be to compress and extract the efu file manually.

It might be worth noting, once you have indexed a file list the %APPDATA%\Everything\Everything.db can be copied and opened else where with -db command line option in Everything:

Code: Select all

Everything.exe -db Everything-filelist.db
Make sure Everything is not running before using the -db command line option.
The Everything.db will be much smaller than a gziped efu file.
fpefpe
Posts: 46
Joined: Sun May 10, 2015 9:58 pm

Re: compress filelists

Post by fpefpe »

Hello -- thanks for the info -- bzip2 is fine too -- I think it does a better compressing job than gzip --
Post Reply