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
This will install two commands: sg
and shgpt
, 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 likeecho question | sg
. - TUI mode,
sg
, tailored for infer shell command. - REPL mode,
sg -l
, chat with LLM.
See conf.py for detailed configs.
TUI
There are some key bindings to use in TUI: option
ctrl+j
, Infer answerctrl+r
, Run commandctrl+y
, Yank command
Role
There are 4 built-in system role contents in shellgpt:
default
, used for ask general questionscode
, used for ask programming questionsshell
, used for infer shell commandcm
, used for generate git commit message, likegit diff | sg -r cm
Users can define their own content in ~/.shellgpt/roles.json
, it a JSON map with
- key being role name and
- value being role content
Or you can just copy roles.json to play with, it's generated from Awesome ChatGPT Prompts.
$ shgpt -r linux-terminal pwd
/home/user
$ shgpt -r javascript-console 0.1 + 0.2
0.3
Requirements
- Ollama, you need to download models before try shellgpt.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file shgpt-0.4.0.tar.gz
.
File metadata
- Download URL: shgpt-0.4.0.tar.gz
- Upload date:
- Size: 34.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc5ef4137c5524bc977753363f61f693c9f085aa7dbb123759dd071c70cbda83 |
|
MD5 | 03f9e1e19bb00434410d72bdc890aabd |
|
BLAKE2b-256 | 7f7b6c9dfba43b9ac632a8d7dafac23d6477d8f588ebf08d864e0c2201b5ae8d |
File details
Details for the file shgpt-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: shgpt-0.4.0-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e26752deeebede3807d3dcc7acd07d5bf29bdeda67e7e85517601d8e4f61814 |
|
MD5 | ced1db1044fa289a0bb72fb22bc5adcf |
|
BLAKE2b-256 | ff8453700c6c50a6ace18d5c4643124d158ce0d2914073c1bdb8cabcda13cdfd |