-
v0.1.0
Stablereleased this
2026-02-04 11:03:20 +00:00 | 60 commits to main since this releaseInitial Release of ShellGenius v0.1.0\n\nShellGenius is an AI-Powered Local Shell Script Assistant using Ollama.\n\n### Features\n- Natural Language to Shell Generation\n- Interactive TUI Interface\n- Script Explanation Mode\n- Safe Refactoring Suggestions\n- Command History Learning\n- Multi-Shell Support (bash, zsh, sh)\n\n### Installation\n
bash\npip install shellgenius\n\n\n### Requirements\n- Python 3.10+\n- Ollama running locally\n- Recommended models: codellama, llama2, mistral\n\n### Usage\nbash\nshellgenius generate \"find all Python files\"\nshellgenius explain script.sh\nshellgenius refactor script.sh\n\n\nSee README.md for full documentation.Downloads