An open API service indexing awesome lists of open source software.

https://github.com/katahiromz/templa

Copy files with replacing filenames and contents
https://github.com/katahiromz/templa

command-line-tool copy cxx cxx11 rename replace-text unicode windows

Last synced: about 1 year ago
JSON representation

Copy files with replacing filenames and contents

Awesome Lists containing this project

README

          

templa -- Copy files with replacing filenames and contents

Usage: templa [OPTIONS] source1 ... destination

source1 ... Specify file(s) and/or folder(s).
destination Specify the destination directory.

Options:
--replace FROM TO Replace strings in filename and file contents.
--ignore "PATTERN" Ignore the wildcard patterns separated by semicolon.
(default: "q;*.bin;.git;.svn;.vs")
--help Show this message.
--version Show version information.

Contact: Katayama Hirofumi MZ