tupdate-catgen

Crates.iotupdate-catgen
lib.rstupdate-catgen
version1.0.0
sourcesrc
created_at2023-03-06 09:05:13.112892
updated_at2023-03-06 09:05:13.112892
descriptionGenerates catalog files for the Tejat Updater
homepage
repository
max_upload_size
id802392
size39,566
Solra Bizna (SolraBizna)

documentation

README

This is a simple utility to generate catalog files for the Tejat Updater.

Usage

Install or build this utility. If you already have a Rust environment, this is as simple as doing:

cargo install tupdate-catgen

Navigate to the location of the catalog file you want to create, run tupdate-catgen with appropriate parameters, and redirect the output to a catalog file.

# Example 1: Catalog the whole "many_files" directory and a few zipfiles.
tupdate-catgen -r many_files archive1.zip archive2.zip > main.cat

# Example 2: Catalog a few JPEGs.
tupdate-catgen intro.jpeg title.jpeg outro.jpeg > titlecards.cat

Legalese

The Tejat Updater Catalog Generator is copyright 2023, Solra Bizna, and licensed under either of:

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the Tejat Updater Catalog Generator crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt