https://github.com/drowzy/unzip_rm
https://github.com/drowzy/unzip_rm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/drowzy/unzip_rm
- Owner: drowzy
- Created: 2016-05-06T11:26:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T11:30:21.000Z (about 10 years ago)
- Last Synced: 2025-02-16T11:14:08.302Z (over 1 year ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ./
```