SvarDOS / bugz

SvarDOS bug tracker
http://svardos.org/
6 stars 0 forks source link

pkg: peek into a package #107

Closed mateuszviste closed 3 months ago

mateuszviste commented 3 months ago

I would sometimes like to look into a package without installing it. That is, seeing what files it contains. With PKG I can unzip it, but it takes time and I/O. I could use unzip -l but unzip is not always available. Since PKG knows how to unzip a zip archive, it's easy to add a feature named, say "ziplist" that would simply list the content of any zip file.

mateuszviste commented 3 months ago

quick and easy. costed about 50 bytes of binary footprint.

image