filemanip/README.markdown

27 lines
649 B
Markdown
Raw Permalink Normal View History

2010-10-10 19:05:33 -04:00
# filemanip: expressive file manipulation
This package provides functions and combinators for searching,
matching, and manipulating files.
# Get involved!
Please report bugs via the
2011-11-13 22:24:59 -05:00
[github issue tracker](https://github.com/bos/filemanip/issues).
2010-10-10 19:05:33 -04:00
2011-11-13 22:24:59 -05:00
Master [git repository](http://github.com/bos/filemanip):
2010-10-10 19:05:33 -04:00
2011-11-13 22:24:59 -05:00
* `git clone git://github.com/bos/filemanip.git`
2010-10-10 19:05:33 -04:00
2011-11-13 22:24:59 -05:00
There's also a [Mercurial mirror](http://bitbucket.org/bos/filemanip):
2010-10-10 19:05:33 -04:00
2011-11-13 22:24:59 -05:00
* `hg clone https://bitbucket.org/bos/filemanip`
2010-10-10 19:05:33 -04:00
(You can create and contribute changes using either Mercurial or git.)
# Authors
This library is written and maintained by Bryan O'Sullivan,
<bos@serpentine.com>.