From 69595794e59ce5a089a70678b0f64080aea7648f Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 25 Jun 2025 14:40:04 +0100 Subject: [PATCH] add badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2f46e52..da539cc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # simple-recorder +[![pdm-managed](https://img.shields.io/endpoint?url=https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2Fpdm-project%2F.github%2Fbadge.json)](https://pdm-project.org) +[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) + A single purpose application for naming a file recording in OBS. Run it as a CLI or a GUI. +--- + ## Requirements - Python 3.11 or greater