Skip to content

Copy files with replacing filenames and contents

License

Notifications You must be signed in to change notification settings

katahiromz/templa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <katayama.hirofumi.mz@gmail.com>