#nu-shell #zip #unzip #plugin #unzipping

bin+lib nu_plugin_unzip

A nushell plugin for unzipping files

3 unstable releases

0.104.1 Jun 8, 2025
0.2.1 Jun 8, 2025
0.2.0 May 11, 2025
0.1.0 Dec 29, 2024

#846 in Compression

Download history

165 downloads per month

Custom license and maybe CC-PDDC

23KB
438 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

~30–65MB
~1M SLoC