# term-gpt
Ask ChatGPT directly on your terminal! Fast & No OpenAI API key required!
## Quick Start
```bash
$ term-gpt
```
```
? Select mode (Use arrow keys or k-up and j-down keys.)
terminal chat
full screen
ยป quick ask
run commands
Ask: Who are you?
โจ Response:
I am Copilot, a large language model developed by OpenAI that can assist in generating human-like text based on the given prompt.
```
## Modes
`term-gpt` has four different modes, including:
- `termainl`: Terminal chat. (continuous)
- `full`: Full screen mode.
- `quick`: "Quick ask" mode. (one-time)
- `run`: Run & ask ChatGPT about shell commands.
Additionally, you can specify the modes by using the `-m` argument. For instance: `term-gpt -m terminal`. Or, if you want to assign the question, use the `-a` argument. For instance: `term-gpt -a "Hello!"`.
### terminal
Terminal chat.
```bash
$ term-gpt -m terminal
```
```
(hint: type 'quit' to quit)
๐ค Who are you?
โจ Copilot
Hello! I am Copilot, a large language model trained by OpenAI. How may I
assist you today?
```
### full
Full screen mode.
![Full Screen Preview](https://i.imgur.com/EjYcT0p.png)
### quick
Quick mode.
```bash
$ term-gpt -m quick
```
```
Ask: Hello!
โจ Response:
Hi there!
```
### run
Run & ask ChatGPT about shell commands. (Based on your platform)
```bash
$ term-gpt -m run
```
```
(hint: type 'quit' to quit)
๐ I want to see all the files in this dir
... Working
โจ Copilot
ls
? Select an action (Use arrow keys or k-up and j-down keys.)
ยป โ
Execute
โจ Explain
๐ค Revise
๐ Retry
โ Cancel
```
Raw data
{
"_id": null,
"home_page": "",
"name": "term-chatgpt",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "chatgpt,gpt,free,terminal,textual,rich,chat-gpt,ai",
"author": "AWeirdDev",
"author_email": "aweirdscratcher@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/6a/d8/2ee053040717c4a4b2737eaecd9c55aa4b9afb0699ce6541136220dce3b1/term-chatgpt-1.1.6.tar.gz",
"platform": null,
"description": "# term-gpt\nAsk ChatGPT directly on your terminal! Fast & No OpenAI API key required!\n\n## Quick Start\n```bash\n$ term-gpt\n```\n```\n? Select mode (Use arrow keys or k-up and j-down keys.)\n terminal chat\n full screen\n \u00bb quick ask\n run commands\n\nAsk: Who are you?\n\u2728 Response:\nI am Copilot, a large language model developed by OpenAI that can assist in generating human-like text based on the given prompt.\n```\n\n## Modes\n`term-gpt` has four different modes, including:\n- `termainl`: Terminal chat. (continuous)\n- `full`: Full screen mode.\n- `quick`: \"Quick ask\" mode. (one-time)\n- `run`: Run & ask ChatGPT about shell commands.\n\nAdditionally, you can specify the modes by using the `-m` argument. For instance: `term-gpt -m terminal`. Or, if you want to assign the question, use the `-a` argument. For instance: `term-gpt -a \"Hello!\"`.\n\n### terminal\nTerminal chat.\n\n```bash\n$ term-gpt -m terminal\n```\n```\n(hint: type 'quit' to quit)\n\n\ud83e\udd14 Who are you?\n\n\u2728 Copilot\nHello! I am Copilot, a large language model trained by OpenAI. How may I \nassist you today?\n```\n\n### full\nFull screen mode.\n\n![Full Screen Preview](https://i.imgur.com/EjYcT0p.png)\n\n### quick\nQuick mode.\n\n```bash\n$ term-gpt -m quick\n```\n```\nAsk: Hello!\n\u2728 Response:\nHi there!\n```\n\n### run\nRun & ask ChatGPT about shell commands. (Based on your platform)\n\n```bash\n$ term-gpt -m run\n```\n```\n(hint: type 'quit' to quit)\n\n\ud83d\udd0e I want to see all the files in this dir\n... Working\n\n\u2728 Copilot\nls\n\n? Select an action (Use arrow keys or k-up and j-down keys.)\n \u00bb \u2705 Execute\n \u2728 Explain\n \ud83e\udd14 Revise\n \ud83d\udd01 Retry\n \u274c Cancel\n```\n\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Ask ChatGPT directly on your terminal! Fast & Free.",
"version": "1.1.6",
"project_urls": null,
"split_keywords": [
"chatgpt",
"gpt",
"free",
"terminal",
"textual",
"rich",
"chat-gpt",
"ai"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6ad82ee053040717c4a4b2737eaecd9c55aa4b9afb0699ce6541136220dce3b1",
"md5": "1a63275173f4f8917232a2ec7978bafa",
"sha256": "8f01da43304f2b3243c285a533735b1530bbc6241889d4336f1e2bdd1acaa00d"
},
"downloads": -1,
"filename": "term-chatgpt-1.1.6.tar.gz",
"has_sig": false,
"md5_digest": "1a63275173f4f8917232a2ec7978bafa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7188,
"upload_time": "2023-06-11T04:23:22",
"upload_time_iso_8601": "2023-06-11T04:23:22.582234Z",
"url": "https://files.pythonhosted.org/packages/6a/d8/2ee053040717c4a4b2737eaecd9c55aa4b9afb0699ce6541136220dce3b1/term-chatgpt-1.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-11 04:23:22",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "term-chatgpt"
}