@hackage hunp0.0
Unpacker tool with DWIM
Installation
Dependencies (0)
- base >=3 && <5
- bytestring
- directory
- filepath
- pcre-light
- process Show all…
Dependents (1)
@hackage/acme-everything
- INTRODUCTION
hünp (written in all lower-case, not necessarily with the umlaut and strangely enough pronounced like "hump") is a small tool which automagically extracts anything you pass to it, the way you want it. It recognizes a bunch of different file extensions, such as rar, gz, zip, etc.
- USAGE
$ hunp ~/download/lollerskates.tar.gz Found ~/download/lollerskates.tar.gz Calling "tar zxvf ~/download/lollerskates.tar.gz" ...
$ hunp ~/download/Lollerskates.S01E03/ Found ~/download/Lollerskates.S01E03/lol.s01e03.r00 Calling "unrar x ~/download/Lollerskates.S01E03/lol.s01e03.r00" ...
- KNOWN BUGS
- It seems that it is currently impossible to stop individual unpacking processes by hitting C-c.