hunp: Unpacker tool with DWIM

[ console, program, utils ] [ Propose Tags ]

hünp is an unpacker tool which does what you mean. By matching on regular expressions, it automagically calls the right unpacking program for you, e.g. "unrar" for files ending in ".rar", etc.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0, 0.1
Change log CHANGELOG
Dependencies base (>=3 && <5), bytestring, directory, filepath, pcre-light, process [details]
License LicenseRef-GPL
Author Deniz Dogan
Maintainer deniz.a.m.dogan@gmail.com
Category Console, Utils
Home page git://github.com/skorpan/hunp.git
Uploaded by DenizDogan at 2009-06-13T18:33:14Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hunp
Downloads 1844 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-12-31 [all 7 reports]

Readme for hunp-0.0

[back to package description]
* 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.