6 min read
|
Saved February 14, 2026
|
Copied!
Do you care about this?
qqqa is a command-line interface tool that combines two functions: asking questions and executing commands. It operates statelessly, allowing for quick interactions with various LLM providers like OpenAI and Claude without saving session history. The tool emphasizes security and ease of use, making it suitable for integration into existing shell workflows.
If you do, here's more
qqqa is a command-line interface (CLI) tool that integrates large language model (LLM) assistance into shell environments, offering two main components: `qq` for quick questions and `qa` for executing commands. It runs on macOS, Linux, and Windows, and aims to streamline interactions with LLMs without the need for lengthy sessions or stored conversation history. The tool's stateless design enhances simplicity and focus, aligning with Unix principles. Users can execute read-only queries with `qq`, while `qa` can perform tasks like reading or writing files with necessary confirmations.
The tool supports various profiles, including OpenRouter, OpenAI, Groq, and Claude Code, allowing users to select a model based on their needs. The default profile is OpenRouter, which connects to the OpenAI Chat Completions API and offers a fast, cost-effective experience. If users have a ChatGPT subscription, they can utilize the Codex profile, enabling them to leverage existing subscriptions with minimal additional cost. The setup process is user-friendly, allowing configuration via an interactive command that generates a user-specific config file.
Safety features are built into the design. The `qq` command is read-only, ensuring no accidental changes to the system, while `qa` prompts for confirmation before executing any command. The configuration allows users to set specific models, override defaults, and manage API keys conveniently through environment variables or directly in the config file. This flexibility, combined with a focus on security and efficiency, makes qqqa a practical tool for developers and users looking to enhance their command-line workflows with LLM capabilities.
Questions about this article
No questions yet.