From 7ae9abd338b9b270f2aeef212d90eff47b480bbe Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Mon, 30 Mar 2026 01:03:11 +0200 Subject: [PATCH] cool badges --- README.md | 6 ++++++ rustitch/README.md | 4 ++++ stitch-peek/README.md | 3 +++ 3 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 0cee194..0ae2ebd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # stitch-peek-rs +[![CI](https://git.narl.io/nvrl/stitch-peek-rs/actions/workflows/ci.yml/badge.svg)](https://git.narl.io/nvrl/stitch-peek-rs/actions/workflows/ci.yml) +[![rustitch on crates.io](https://img.shields.io/crates/v/rustitch)](https://crates.io/crates/rustitch) +[![stitch-peek on crates.io](https://img.shields.io/crates/v/stitch-peek)](https://crates.io/crates/stitch-peek) +[![docs.rs](https://img.shields.io/docsrs/rustitch)](https://docs.rs/rustitch) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) + A Nautilus/GNOME thumbnailer for **PES embroidery files**. Browse your embroidery designs in the file manager with automatic thumbnail previews. Built as two crates: diff --git a/rustitch/README.md b/rustitch/README.md index affe157..a549440 100644 --- a/rustitch/README.md +++ b/rustitch/README.md @@ -1,5 +1,9 @@ # rustitch +[![crates.io](https://img.shields.io/crates/v/rustitch)](https://crates.io/crates/rustitch) +[![docs.rs](https://img.shields.io/docsrs/rustitch)](https://docs.rs/rustitch) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](../LICENSE) + A Rust library for parsing **PES embroidery files** and rendering stitch data to images. Part of the [stitch-peek-rs](https://git.narl.io/nvrl/stitch-peek-rs) project. diff --git a/stitch-peek/README.md b/stitch-peek/README.md index a2961ca..2395650 100644 --- a/stitch-peek/README.md +++ b/stitch-peek/README.md @@ -1,5 +1,8 @@ # stitch-peek +[![crates.io](https://img.shields.io/crates/v/stitch-peek)](https://crates.io/crates/stitch-peek) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](../LICENSE) + A CLI tool and **Nautilus/GNOME thumbnailer** for PES embroidery files. Generates PNG previews of embroidery designs directly in your file manager. Part of the [stitch-peek-rs](https://git.narl.io/nvrl/stitch-peek-rs) project. Uses [rustitch](https://crates.io/crates/rustitch) for PES parsing and rendering.