marcelhollerbach / verne

A small efl based filemanager
BSD 2-Clause "Simplified" License
10 stars 5 forks source link

work with archive files on the fly #28

Open vtolstov opened 7 years ago

vtolstov commented 7 years ago

I'm try to understand libarchive support and as i see, you extract all files to disk. But i don't think that this needed. Usually user want one - two files from archive or unpack all. So may be the best create context menu to unpack, and allow to work with contents without unpacking? For this we need only read header data and store it in hash.

marcelhollerbach commented 7 years ago

I havent thought closer about something like that, but yeah, thats a really good idea ... :)