shorwood/gptsh
GPT.sh is a CLI tool built with NodeJs and powered by Open AI's GPT-3. It's main purpose is to translate natural language questions and requests into shell commands.
This tool helps developers who work in command-line environments by translating natural language requests into specific shell commands. You provide a plain English description of what you want to do (e.g., "compress a file"), and it outputs the exact command you need to execute. This is for software developers, system administrators, or anyone who frequently interacts with a terminal.
126 stars. No commits in the last 6 months.
Use this if you often forget the exact syntax for common shell commands or need to perform a task for which you don't know the specific command.
Not ideal if you need a complete replacement for your shell or want to execute complex, multi-step operations without manual review.
Stars
126
Forks
13
Language
JavaScript
License
MIT
Category
Last pushed
Mar 05, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/shorwood/gptsh"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rawandahmad698/PyChatGPT
⚡️ Python client for the ChatGPT API with, conversation tracking, proxy support and more.
k4l1sh/alexa-gpt
A tutorial on how to use ChatGPT in Alexa
Simatwa/WebChatGPT
Python SDK/API for ChatGPT Web-Version
toshiakit/MatGPT
MATLAB app to access ChatGPT API from OpenAI
minimaxir/simpleaichat
Python package for easily interfacing with chat apps, with robust features and minimal code complexity.