#cli-tool #metadata #transfer #input

app metadata-transferer

CLI tool to transfer metadata between files

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

#109 in #transfer

MIT license

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
~59K SLoC