RubyGems.org

pastiepacker

1.1.1

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/

installgem install pastiepacker
Authors

Dr Nic Williams

2,871 total downloads 1,014 for this version
Owners

Cb2b768a5e546b24052ea03334e43676

Gemfile
gem "pastiepacker", "~> 1.1.1"
Versions
  1. 1.1.1 August 5, 2008
  2. 1.1.0 June 24, 2008
  3. 1.0.0 April 5, 2008
Development Dependencies
  1. hoe >= 1.7.0