An open API service indexing awesome lists of open source software.

https://github.com/drowzy/unzip_rm


https://github.com/drowzy/unzip_rm

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# UnzipRm

CLI to extract and remove zip archives for a given directory. Just for fun!

## Usage

Takes one option `--path` which is a relative path to a directory containing
zip archives. The archives will be extracted in the same folder.

```bash
unzip_rm --path ./
```