ws-kj/Orphic
A natural language shell interface for *nix systems
This tool helps Linux/macOS users manage their computers by translating plain English instructions into the specific shell commands needed to get things done. You describe what you want to achieve, like 'delete old installers from downloads', and it provides the exact command, executing it for you if you confirm. This is for anyone who uses a command-line interface but doesn't want to memorize obscure commands.
No commits in the last 6 months.
Use this if you find yourself needing to perform common system tasks, but struggle to remember or look up the exact, often complex, commands required for your Unix-like operating system.
Not ideal if you need perfectly consistent, production-grade automation or are uncomfortable with AI-generated commands being executed on your system.
Stars
57
Forks
2
Language
Rust
License
MIT
Category
Last pushed
Mar 24, 2023
Monthly downloads
4
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/ws-kj/Orphic"
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