⚡️ An AI CLI which Generates, Explains and Executes commands inline.
No more faffing about with Stackoverflow or other websites, iterate on and understand commands in your CLI directly!
Howitzer-compressed.mp4
- Run
npm i -g howitzer
to install the tool globally. - Run
how <your_query>
to run any queries in your CLI.
- 🤖 Supports all available OpenAI models
- 🔒 Secure Configuration Management
- 🎯 Context-Aware Command Generation
⚠️ Smart Warning System for Dangerous Operations- 🔄 Automatic Error Recovery
- 💡 Command Explanations
how [options] [query]
[query]
: Enter your query in plain text. This will be used to generate a CLI command.
how do i convert random.pdf to jpeg
-c, --config
: Configure API key.-d, --debug
: Log debug data.
The tool acts as an AI assistant that responds with Unix command line instructions based on the provided query. It returns the most relevant Unix command to accomplish what the user is asking. The response is provided in JSON format and includes the command along with a brief explanation.
- Smart Command Generation: The tool understands your current directory context and generates appropriate commands
- Safety First: Warns about potentially dangerous operations and asks for confirmation
- Error Recovery: Automatically attempts to fix failed commands with smart suggestions
- commander
- inquirer
- conf