From 05ee7f05ed77df30b7cd4ea66a0c06e2c44dafc4 Mon Sep 17 00:00:00 2001 From: Maxb0tbeep Date: Sat, 23 Nov 2024 05:42:19 -0800 Subject: [PATCH] add bestfetch (#2954) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 1b72aa68..b4f1bc49 100644 --- a/packages.json +++ b/packages.json @@ -34211,5 +34211,22 @@ "description": "A X(Formally known as Twitter) API wrapper library for Nim", "license": "MIT", "web": "https://aspiring-aster.github.io/twim/" + }, + { + "name": "bestfetch", + "url": "https://gitlab.com/Maxb0tbeep/bestfetch", + "method": "git", + "tags": [ + "console", + "cli", + "terminal", + "linux", + "fetch", + "system-fetch", + "sysfetch" + ], + "description": "a customizable, beautiful, and blazing fast system fetch", + "license": "GPLv3", + "web": "https://gitlab.com/Maxb0tbeep/bestfetch" } ]