1 unstable release

0.1.0 Dec 29, 2024

#382 in Compression

MIT and maybe CC-PDDC

20KB
175 lines

nu_plugin_unzip

A nushell plugin for unzipping files.

Installation

cargo install nu_plugin_unzip
plugin add ~/.cargo/bin/nu_plugin_unzip
plugin use unzip

Usage

unzip -l a.zip  # list contents of zip file
unzip a.zip # unzip file to current directory
unzip -f a.zip # unzip file to current directory, overwriting existing files
unzip -d /tmp a.zip # unzip file to /tmp

Dependencies

~28–58MB
~1M SLoC