Posted By: Dr Nic Williams
Date: 2008-08-08 22:06
Summary: pastiepacker 1.1.1 Released
Project: Pastie Packer
pastiepacker version 1.1.1 has been released!
Prepare to pack or unpack piles of files with the pastiepacker.
To pack a folder: pastiepacker
To pack some files ending with "txt": find * | grep "txt$" | pastiepacker
- It outputs the url of the prepared pastie, so you can pipe it to xargs:
- pastiepacker | xargs open
To unpack a packed pastie: pastiepacker http://pastie.caboo.se/175886
- This unpacks the files into a subfolder 175886/
Changes:
## 1.1.1 2008-08-06
* Fixed fetching of pastie urls |
|