Skip to content

thisago/cligpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cligpt

Command line interface for ChatGPT

About - Setup - Usage - License

About

See this app in action here:

This is a Free ChatGPT CLI application interface.

Core libs used

  • DirtyGPT - Free and dirty ChatGPT web implementation

Setup

You can install using nimble, the Nim package manager:

nimble install cligpt

In order to DirtyGPT work, you need to install the userscript client in your browser, in a userscript manager. See the tutorial at DirtyGPT repository

Then keep open a logged tab at ChatGPT in your browser

Usage

Help

$ cligpt --help

ChatGPT CLI
Usage:
  cligpt {SUBCMD}  [sub-command options & parameters]
where {SUBCMD} is one of:
  help    print comprehensive or per-cmd help
  prompt  Prompts to ChatGPT
  chat    Start chat with ChatGPT

The usage is very simple:

Single prompt

cligpt prompt "what is ram memory?"

Chat

cligpt chat

License

This CLI application is FOSS, licensed over GPL-3! Enjoy!

About

Command line interface for ChatGPT

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages