.env-example
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
shell-command-generator-sequence.puml
ai_shell_command_generator/__init__.py
ai_shell_command_generator/__main__.py
ai_shell_command_generator/main.py
ai_shell_command_generator.egg-info/PKG-INFO
ai_shell_command_generator.egg-info/SOURCES.txt
ai_shell_command_generator.egg-info/dependency_links.txt
ai_shell_command_generator.egg-info/entry_points.txt
ai_shell_command_generator.egg-info/requires.txt
ai_shell_command_generator.egg-info/top_level.txt
ai_shell_command_generator/cli/__init__.py
ai_shell_command_generator/cli/commands.py
ai_shell_command_generator/cli/display.py
ai_shell_command_generator/cli/prompts.py
ai_shell_command_generator/core/__init__.py
ai_shell_command_generator/core/config.py
ai_shell_command_generator/core/os_detection.py
ai_shell_command_generator/providers/__init__.py
ai_shell_command_generator/providers/anthropic_provider.py
ai_shell_command_generator/providers/base.py
ai_shell_command_generator/providers/factory.py
ai_shell_command_generator/providers/models.py
ai_shell_command_generator/providers/ollama_provider.py
ai_shell_command_generator/providers/openai_provider.py
ai_shell_command_generator/teaching/__init__.py
ai_shell_command_generator/teaching/formatter.py
ai_shell_command_generator/teaching/interactive.py
ai_shell_command_generator/teaching/prompts.py
ai_shell_command_generator/utils/__init__.py
ai_shell_command_generator/utils/clipboard.py
ai_shell_command_generator/utils/config_loader.py
images/anthropic-interactive-with-warning.png
images/anthropic-non-interactive-with-warning.png
images/interactive-teaching-mode.png
images/non-interactive-teaching-mode.png
images/ollama-interactive-with-model-select.png
images/ollama-non-interactive-with-copy.png