packages feed

hunp-0.0: README

* 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.