metadata-transferer

Crates.iometadata-transferer
lib.rsmetadata-transferer
version0.4.0
sourcesrc
created_at2022-08-07 16:26:39.735867
updated_at2022-08-08 08:35:24.532989
descriptionCLI tool to transfer metadata between files
homepage
repositoryhttps://github.com/Odilf/grrs
max_upload_size
id640286
size16,882
(Odilf)

documentation

README

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.

Commit count: 0

cargo fmt