#zip #view #extract #choice #command #choose #within

app ziputil

Easily access or view specific files within a zip

2 unstable releases

0.3.0 Sep 16, 2021
0.2.0 Mar 3, 2021

#660 in Compression

GPL-3.0-only

38KB
212 lines

ziputil

Rust

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

~1.9–3MB
~49K SLoC