From 33a0f2bb4fcdda02342d0066a88b4c226093844d Mon Sep 17 00:00:00 2001 From: Esa Jokinen <58781154+oh2fih@users.noreply.github.com> Date: Tue, 26 Dec 2023 21:57:06 +0200 Subject: [PATCH] README.md: add workflow badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 90eba7c..78b00e1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Miscellaneous scripts for different purposes. Mostly unrelated to each other. +![ShellCheck](https://github.com/oh2fih/Misc-Scripts/workflows/ShellCheck/badge.svg) +![Black (Python)](https://github.com/oh2fih/Misc-Scripts/workflows/Black%20(Python)/badge.svg) + | Category | Script & Language | Purpose & Usage | |:---|:---|:---| | Email | [`mail-prepender.sh`](bin/mail-prepender.sh)
Shell (bash) | Prepends (to stdin/stdout) email header strings given in as flags `i`, `I`, `a`, or `A`; after possible mbox `From` & `Return-Path` header lines. Intended as a limited `formail` replacement that ignores the nyanses of the flags and simply prepends the valid (RFC 5322, 2.2) non-empty headers keeping the other headers as is. Flags `x` & `X` are implemented. Any other flags are ignored. |