Crates.io | metadata-transferer |
lib.rs | metadata-transferer |
version | 0.4.0 |
source | src |
created_at | 2022-08-07 16:26:39.735867 |
updated_at | 2022-08-08 08:35:24.532989 |
description | CLI tool to transfer metadata between files |
homepage | |
repository | https://github.com/Odilf/grrs |
max_upload_size | |
id | 640286 |
size | 16,882 |
A simple CLI tool to transfer metadata between files.
Written in rust.
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
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.