From 109d8d146d598df65033849d89ac52064cb6bffb Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Fri, 19 Dec 2025 11:39:30 -0600 Subject: [PATCH] cli-horizontal-rule --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 215133e..ffe8abf 100644 --- a/packages.json +++ b/packages.json @@ -224,5 +224,14 @@ "tags": [ "slfmt", "structured logging", "logging", "logs" ], "url": "https://git.jdb-software.com/jdb/slfmt.git", "web": "https://git.jdb-software.com/jdb/slfmt" + }, + { + "name": "hr", + "description": "Terminal utility to print a horizontal rule to STDOUT.", + "license": "MIT", + "method": "git", + "tags": [ "hr", "cli" ], + "url": "https://git.jdb-software.com/jdb/cli-horizontal-rule.git", + "web": "https://git.jdb-software.com/jdb/cli-horizontal-rule" } ]