From f18f816e8805b10175adf66a79d7f8fb9596342e Mon Sep 17 00:00:00 2001 From: Korijn van Golen Date: Thu, 20 Jul 2023 13:01:25 +0200 Subject: [PATCH] add some flair to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5bf6640..e642bb7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # keycmd +[![CI](https://github.com/clinicalgraphics/keycmd/actions/workflows/ci.yml/badge.svg)](https://github.com/clinicalgraphics/keycmd/actions/workflows/ci.yml) +[![PyPI version ](https://badge.fury.io/py/keycmd.svg) +](https://badge.fury.io/py/keycmd) + The main functionality of `keycmd` is to load secrets from your OS keyring and expose them as environment variables for the duration of a single shell command or alternatively for the lifetime of a subshell. This enables you to store sensitive data such as authentication tokens and passwords in your OS keyring, so you no longer need to rely on insecure practises such as `.env` files, or pasting secrets into your terminal. 😱