#114 · Primary category: AI Coding Assistants

shell_gpt

chatgpt cheat-sheet cli commands gpt-3 gpt-4 gpt-5 linux llama llm ollama openai productivity python shell terminal

A command-line productivity tool powered by AI large language models like GPT-5, will help you accomplish your tasks faster and more efficiently.

Project last updated:07/02/26

GitHub Stars

12.3K

Forks

979

Contributors

43

License

MIT

Why we included this project

ShellGPT puts the LLM conversation in your terminal, so you can get answers without tabbing over to a browser. Ask a plain-English question and it returns a ready-to-run shell one-liner, a code snippet, or a short explanation, with support for piping in other commands' output and executing a suggestion directly. That covers everyday admin chores like writing a git commit message from a diff, recalling the syntax of a rarely used command, or scanning a batch of piped logs for errors and fixes. A --code mode produces pure program output you can redirect into a file, and a shell integration hotkey drops suggestions straight into your terminal buffer for editing. It works with OpenAI's API out of the box and can be pointed at a local Ollama backend if you'd rather avoid paid keys, though the docs are upfront that local models get less tuning.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category