h3n4l/chatsh
Translate text to bash command in terminal and execute. 🚀
This tool helps you quickly generate and run Linux or macOS terminal commands by describing what you want to do in plain English. You simply type your request, and it translates it into a bash command, which you can then review and execute. It's designed for anyone who frequently uses the command line but wants to avoid memorizing complex syntax or looking up commands.
No commits in the last 6 months.
Use this if you often use the terminal for tasks like file management, system operations, or scripting, and wish you could just tell your computer what to do instead of typing precise commands.
Not ideal if you prefer to write all your commands manually, need highly precise control over every character of a command, or operate in environments without internet access to an AI service.
Stars
11
Forks
—
Language
Rust
License
MIT
Category
Last pushed
Jul 20, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/h3n4l/chatsh"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Arend-Jan/chat-gpt-lib-rs
A Rust library for interacting with OpenAI's ChatGPT API, providing an easy-to-use interface and...
openai-rs/openai-api
A simple Rust library for OpenAI API, free from complex async operations and redundant dependencies.
retrage/gpt-macro
ChatGPT powered Rust proc macro that generates code at compile-time.
rsmeowry/chatgpt_rs
OpenAI's ChatGPT API wrapper for Rust 🦀
teunissenstefan/chatgpt-gui
GTK 4 front-end to ChatGPT completions written in Rust