4 releases (breaking)
0.4.0 | Aug 8, 2022 |
---|---|
0.3.0 | Aug 7, 2022 |
0.2.0 | Aug 7, 2022 |
0.1.0 | Aug 7, 2022 |
#110 in #transfer
36 downloads per month
5KB
76 lines
metadata-transferer
A simple CLI tool to transfer metadata between files.
Written in rust.
Usage
Install using cargo
cargo install metadata-transferer
Then provide an input and an output
metadata-transferer [OPTIONS] <INPUT> <OUTPUT>
You can get more help by typing the help command
metadata-transferer --help
Notes
Paths can be either files or directories. For each file in the input directory it searches for a file with the same filename (ingoring extensions) in the output directory. Keep in mind that if you pass single files they get interpreted as "directories" with one file, so the names still have to match.
Dependencies
~3MB
~61K SLoC