From 8f30d4370ebe0ce36ba7923eb92f54bef2b574aa Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Tue, 8 Oct 2024 12:44:08 +0200 Subject: [PATCH] Add missing readme --- rc-zip-cli/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rc-zip-cli/README.md diff --git a/rc-zip-cli/README.md b/rc-zip-cli/README.md new file mode 100644 index 0000000..60aac9f --- /dev/null +++ b/rc-zip-cli/README.md @@ -0,0 +1,13 @@ +[![MIT OR Apache-2.0 licensed](https://img.shields.io/badge/license-MIT+Apache_2.0-blue.svg)](./LICENSE) +[![Crates.io](https://img.shields.io/crates/v/rc-zip-cli)](https://crates.io/crates/rc-zip-cli) +[![docs.rs](https://docs.rs/rc-zip-cli/badge.svg)](https://docs.rs/rc-zip-cli) + +# rc-zip-cli + +![The rc-zip logo: a person with long hair and nice brows being opened from the bottom up with a zipper. On dark backgrounds, you can see a skull being revealed. On light backgrounds you cannot.](https://github.com/user-attachments/assets/5fecd286-9518-4a72-b544-56675d7f31f6) + +_Logo by [MisiasArt](https://misiasart.com)_ + +This is an example CLI tool using the [rc-zip-sync crate](https://crates.io/crates/rc-zip-sync). + +It is not necessarily recommended as a day-to-day archive extractor, but you do you.