| Crates.io | nu_plugin_unzip |
| lib.rs | nu_plugin_unzip |
| version | 0.2.1 |
| created_at | 2024-12-29 09:12:24.267868+00 |
| updated_at | 2025-06-08 08:30:08.97826+00 |
| description | A [nushell](https://www.nushell.sh/) plugin for unzipping files. |
| homepage | |
| repository | https://github.com/windtail/nu_plugin_unzip |
| max_upload_size | |
| id | 1498106 |
| size | 86,866 |
A nushell plugin for unzipping files.
cargo install nu_plugin_unzip
plugin add ~/.cargo/bin/nu_plugin_unzip
plugin use unzip
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