public
Description: pasty is a linux command line tool written in Haskell for pasting from column centric plain text files.
Homepage:
Clone URL: git://github.com/markusle/pasty.git
pasty /
name age message
file .gitignore Loading commit data...
file AUTHORS
file COPYING
file Makefile
file README
file Setup.hs
directory man/
file pasty.cabal
directory src/
directory test/
README
DESCRIPTION:

pasty is a command line utility written in Haskell for pasting from 
column centric plain text files. In its most basic mode, pasty 
is similar to the paste command which is part of coreutils. However, 
in contrast to paste, pasty can select an arbitrary collection of
columns from a list of files and paste them into an output file. 

Please consult the pasty man page for more details.

(C) 2008 Markus Dittrich