Skip to main content

Chat with LLM in your terminal, be it shell generator, story teller, linux-terminal, etc.

Project description

ShellGPT

Chat with LLM in your terminal, be it shell generator, story teller, linux-terminal, etc.

Install

pip install -U shgpt

Or install latest version

pip install --force-reinstall -U git+https://github.com/jiacai2050/shellgpt.git

This will install two commands: sg and shellgpt, which are identical.

After install, use sg --init to create required directories(mainly ~/.shellgpt).

Usage

ShellGPT has three modes to use:

  • Direct mode, sg [question] or pipeline like echo question | sg.
  • REPL mode, sg -l, chat with LLM.
  • TUI mode, sg -t, tailored for infer shell command.

Model

By default, shellgpt uses Ollama as its language model backend, requiring installation prior to usage.

Alternatively, one can set up shellgpt to utilize OpenAI compatible API endpoints:

export SHELLGPT_API_URL=https://api.openai.com
export SHELLGPT_API_KEY=<token>
export SHELLGPT_MODEL='gpt-3.5-turbo'

# or Cloudflare Worker AI
export SHELLGPT_API_URL=https://api.cloudflare.com/client/v4/accounts/<account-id>/ai
export SHELLGPT_API_KEY=<token>
export SHELLGPT_MODEL='@cf/meta/llama-3-8b-instruct'

See conf.py for more configs.

TUI

There are 3 key bindings to use in TUI:

  • ctrl+j, Infer answer
  • ctrl+r, Run command
  • ctrl+y, Yank command

TUI screenshot

System contents

There are some built-in system contents in shellgpt:

  • default, used for ask general questions
  • typo, used for correct article typos.
  • slug, used for generate URL slug.
  • code, used for ask programming questions
  • shell, used for infer shell command
  • commit, used for generate git commit message, like git diff | sg -r commit

Users can define their own content in ~/.shellgpt/contents.json, it a JSON map with

  • key being content name and
  • value being content body

Or you can just copy contents.json to play with, it's generated from Awesome ChatGPT Prompts.

$ sg -r linux-terminal pwd
/home/user

$ sg -r javascript-console 0.1 + 0.2
0.3

Users can share their customized contents in discuss section.

License

GPL-3.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shgpt-0.5.0.tar.gz (9.9 kB view details)

Uploaded Source

Built Distribution

shgpt-0.5.0-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file shgpt-0.5.0.tar.gz.

File metadata

  • Download URL: shgpt-0.5.0.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for shgpt-0.5.0.tar.gz
Algorithm Hash digest
SHA256 632f8de0c36dcf96c18973ffec02a5ae94edb2e1537b27a72acb4824eb3cc05b
MD5 5981644a9671734b80784dd3c20f9a7e
BLAKE2b-256 d7db624c3dc44d4fee5a719617b0c2e106a53308c98e1bf32bbe89d9cd6b35e7

See more details on using hashes here.

File details

Details for the file shgpt-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: shgpt-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 11.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for shgpt-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6e775abad19087ae2fc604770d3b01668cb3f70cd08fbb48e695c7ebebc183c6
MD5 4d7284ce3914f8bc307fcd0818772173
BLAKE2b-256 5b4a0b0b0619c1a50d79971a3d3fdb27bccab6de2f0f7302bc6219b00fd3b046

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page