bash_wizard
is a command line wizard that helps you generate bash commands. It leverages the power of AI (llama3) to provide explanations and generate bash commands based on user queries.
- Generate bash commands based on natural language queries.
- Provide explanations for bash commands.
- Easy to use and integrate into your workflow.
- Ollama Bash Wizard uses the Ollama endpoint to run the AI model
pip install bash_wizard
To use bash_wizard
, simply run the command with your query as an argument:
bash_wizard <task description>
<task description>
: describe what you want the command to do.
bash_wizard remove all __pycache__ dir include subdirs
The bash_wizard will suggest the best command to perform the requested action.
If the suggested command does not meet your needs, try changing the description to get a better answer.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.