2 unstable releases
0.3.0 | Sep 16, 2021 |
---|---|
0.2.0 | Mar 3, 2021 |
#685 in Compression
38KB
212 lines
ziputil
This is a little utility to help you get files out of a zip
without having to extract every file.
Currently, there are three commands:
- list -- print list of files in the zip
- choose -- list files in the zip and extract a choice
- view -- list files in the zip and then
cat
(basically only useful for plaintext, where plaintext notes backups was my primary usecase)
Dependencies
~2.2–3.5MB
~60K SLoC