NAME

codefork - Worlds dumbest code forker

VERSION

version 0.001

SYNOPSIS

codefork fork.conf # changes files in the current directory and down under

Sample fork.conf

HomeHive|AqHive
homehive|aqhive
hh%ah

DESCRIPTION

Modifies filename and file content, doesn't care about filetypes.

CONFIG

|

Ends up as s/$from/$to/g

%

Ends up as s/([^A-Za-z0-9]+)$from([^A-Za-z0-9]+)/$1$to$2/g

SUPPORT

Repository

https://github.com/Getty/p5-app-codefork
Pull request and additional contributors are welcome

Issue Tracker

https://github.com/Getty/p5-app-codefork/issues

AUTHOR

Torsten Raudssus <torsten@raudss.us>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.