From 6f06588a1c0bb01763d2706bc23215a872e7eb1b Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Tue, 22 Aug 2023 07:47:26 +0000 Subject: [PATCH] Add package cligpt (#2692) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index e5be4b2..96f08d6 100644 --- a/packages.json +++ b/packages.json @@ -31248,6 +31248,21 @@ "license": "MIT", "web": "https://github.com/lscrd/Reed-Solomon" }, + { + "name": "cligpt", + "url": "https://github.com/thisago/cligpt", + "method": "git", + "tags": [ + "cli", + "chatgpt", + "ai", + "chat", + "app" + ], + "description": "Command line interface for ChatGPT", + "license": "GPL-3.0", + "web": "https://github.com/thisago/cligpt" + }, { "name": "dirtygpt", "url": "https://github.com/thisago/dirtygpt",