From 762e2ac42b541b6b6cfb63f0cb2f79cbca120fd9 Mon Sep 17 00:00:00 2001 From: Rejzi-Dich <150058216+Rejzi-dich@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:36:59 +0500 Subject: [PATCH] Added package prettyterm (#3106) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 45c04e5..5a7da72 100644 --- a/packages.json +++ b/packages.json @@ -36035,5 +36035,19 @@ "description": "Nim wrapper for cglm, an optimized 3D math library written in C99", "license": "MIT", "web": "https://github.com/Niminem/cglm" + }, + { + "name": "prettyterm", + "url": "https://github.com/CodeLibraty/prettyterm", + "method": "git", + "tags": [ + "terminal", + "tui", + "utils", + "rytonlang" + ], + "description": "Make your terminal interfaces prettier!", + "license": "MIT", + "web": "https://github.com/CodeLibraty/prettyterm" } ]