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
- Host: GitHub
- URL: https://github.com/katahiromz/templa
- Owner: katahiromz
- License: mit
- Created: 2022-12-12T11:44:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T09:48:55.000Z (over 2 years ago)
- Last Synced: 2025-01-12T22:30:48.146Z (about 1 year ago)
- Topics: command-line-tool, copy, cxx, cxx11, rename, replace-text, unicode, windows
- Language: C++
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
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