notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
chatgpt-shell-cli Shell script to use OpenAI's ChatGPT and DALL-E from the terminal
g20230516 misc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout g20230516Version of this port present on the latest quarterly branch.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-04-18 13:30:05
Last Update: 2023-06-10 18:02:50
Commit Hash: c7e31ef
License: MIT
WWW:
https://github.com/0xacx/chatGPT-shell-cli
Description:
A simple, lightweight shell script to use OpenAI's chatGPT and DALL-E from the terminal without installing python or node.js. The script uses the official ChatGPT model gpt-3.5-turbo with the OpenAI API endpoint /chat/completions. You can also use the new gpt-4 model, if you have access. The script supports the use of all other OpenAI models with the completions endpoint and the images/generations endpoint for generating images.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • chatgpt-shell-cli>0:misc/chatgpt-shell-cli
To install the port:
cd /usr/ports/misc/chatgpt-shell-cli/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/chatgpt-shell-cli
  • pkg install chatgpt-shell-cli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: chatgpt-shell-cli
Package flavors (<flavor>: <package>)
  • x11: chatgpt-shell-cli
  • nox11: chatgpt-shell-cli-nox11
distinfo:
TIMESTAMP = 1684340660 SHA256 (0xacx-chatGPT-shell-cli-g20230516-926587a_GH0.tar.gz) = 0d86a7b6e7ea1074e8c2be2760fabc041c3b89d223a4de75932bdc4b6481efe7 SIZE (0xacx-chatGPT-shell-cli-g20230516-926587a_GH0.tar.gz) = 11583

Packages (timestamps in pop-ups are UTC):
chatgpt-shell-cli
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latestg20230516g20230516-g20230516g20230516---
FreeBSD:13:quarterlyg20230516g20230516-g20230516g20230516-g20230516-
FreeBSD:14:latestg20230516g20230516-g20230516g20230516--g20230516
FreeBSD:14:quarterlyg20230516g20230516-g20230516g20230516-g20230516-
FreeBSD:15:latestg20230516g20230516n/ag20230516n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

chatgpt-shell-cli-nox11
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latestg20230516g20230516-g20230516g20230516---
FreeBSD:13:quarterlyg20230516g20230516-g20230516g20230516g20230516g20230516-
FreeBSD:14:latestg20230516g20230516-g20230516g20230516g20230516-g20230516
FreeBSD:14:quarterlyg20230516g20230516-g20230516g20230516g20230516g20230516-
FreeBSD:15:latestg20230516g20230516n/ag20230516n/ag20230516--
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. bash : shells/bash
  2. curl : ftp/curl
  3. jq : textproc/jq
  4. xdg-open : devel/xdg-utils
  5. ImageMagick7>=7 : graphics/ImageMagick7@x11
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
misc_chatgpt-shell-cli
USES:
magick:x11,run shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/0xacx/chatGPT-shell-cli/tar.gz/926587a?dummy=/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
g20230516
10 Jun 2023 18:02:50
commit hash: c7e31ef1e136646f3919865af7ebba40ad8cb7e7commit hash: c7e31ef1e136646f3919865af7ebba40ad8cb7e7commit hash: c7e31ef1e136646f3919865af7ebba40ad8cb7e7commit hash: c7e31ef1e136646f3919865af7ebba40ad8cb7e7 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
Author: Jimmy Olgeni
misc/chatgpt-shell-cli: Add nox11 flavor

Add nox11 flavor, so that it can be installed/used on headless servers.

PR:		271880
Reported by:	olgeni
g20230516
17 May 2023 19:12:23
commit hash: 6d0156bfcde293fbed8a7d0cf4047a5242f797aacommit hash: 6d0156bfcde293fbed8a7d0cf4047a5242f797aacommit hash: 6d0156bfcde293fbed8a7d0cf4047a5242f797aacommit hash: 6d0156bfcde293fbed8a7d0cf4047a5242f797aa files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
misc/chatgpt-shell-cli: Update to g20230516
g20230411_1
30 Apr 2023 11:10:42
commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5 files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
Mk/Uses/magick.mk: Bump all consumers

Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
g20230411
18 Apr 2023 13:39:40
commit hash: a35e3acba421ad5f8a4c4b8051861a74cfc95962commit hash: a35e3acba421ad5f8a4c4b8051861a74cfc95962commit hash: a35e3acba421ad5f8a4c4b8051861a74cfc95962commit hash: a35e3acba421ad5f8a4c4b8051861a74cfc95962 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
misc/chatgpt-shell-cli: Add shebangfix to USES
g20230411
18 Apr 2023 13:29:11
commit hash: f746aec404d534d2255b094f74993d526a5ed20dcommit hash: f746aec404d534d2255b094f74993d526a5ed20dcommit hash: f746aec404d534d2255b094f74993d526a5ed20dcommit hash: f746aec404d534d2255b094f74993d526a5ed20d files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
misc/chatgpt-shell-cli: Add new port

A simple, lightweight shell script to use OpenAI's chatGPT and DALL-E from the
terminal without installing python or node.js. The script uses the official
ChatGPT model gpt-3.5-turbo with the OpenAI API endpoint /chat/completions.
You can also use the new gpt-4 model, if you have access.

The script supports the use of all other OpenAI models with the completions
endpoint and the images/generations endpoint for generating images.

https://github.com/0xacx/chatGPT-shell-cli

Number of commits found: 5