Crates.io | tupdate-catgen |
lib.rs | tupdate-catgen |
version | 1.0.0 |
source | src |
created_at | 2023-03-06 09:05:13.112892 |
updated_at | 2023-03-06 09:05:13.112892 |
description | Generates catalog files for the Tejat Updater |
homepage | |
repository | |
max_upload_size | |
id | 802392 |
size | 39,566 |
This is a simple utility to generate catalog files for the Tejat Updater.
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
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.