chatGPT-shell-cli and ChatGPT-ShellMaster
These are competitors—both provide shell-based CLI wrappers for OpenAI's ChatGPT API, with the primary difference being that ShellMaster adds script execution and system management capabilities on top of basic chat interaction.
About chatGPT-shell-cli
0xacx/chatGPT-shell-cli
Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.
Wraps OpenAI's `/chat/completions` and `/images/generations` endpoints with multi-input modes (interactive chat, pipe, CLI args) and persistent conversation context. Built entirely in bash using curl and jq, it supports model switching (gpt-3.5-turbo, gpt-4, completions endpoint), customizable system prompts, configurable API parameters (temperature, max tokens, image size), and optional markdown rendering via glow.
About ChatGPT-ShellMaster
VolkanSah/ChatGPT-ShellMaster
ChatGPT ShellMaster enables command-line interactions via chat using OpenAI's ChatGPT Plus. Run scripts, manage files, and monitor processes directly from your chat. Use responsibly, mindful of security implications.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work