From b947025e31615ad5dd60bb90b10b8d18bcc49e3e Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Fri, 21 Jul 2023 03:39:40 +0000 Subject: [PATCH] Add package clibard (#2658) * Moved all my repos to my own git server; Added `checkif` package * Added package clibard --------- Co-authored-by: Miran --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ca066f6..411bb0b 100644 --- a/packages.json +++ b/packages.json @@ -30888,6 +30888,20 @@ "license": "MIT", "web": "https://github.com/thisago/gookie" }, + { + "name": "clibard", + "url": "https://github.com/thisago/clibard", + "method": "git", + "tags": [ + "cli", + "bard", + "ai", + "chat" + ], + "description": "Command line interface for Google Bard", + "license": "GPL-3.0-or-later", + "web": "https://github.com/thisago/clibard" + }, { "name": "librng", "url": "https://github.com/xTrayambak/librng",