.env-example
LICENSE
MANIFEST.in
README.md
pyproject.toml
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
ai_shell_command_generator/utils/logger.py
images/interactive-ollama-with-copy-to-buffer.png
images/archive/anthropic-interactive-with-warning.png
images/archive/anthropic-non-interactive-with-warning.png
images/archive/interactive-teaching-mode.png
images/archive/non-interactive-teaching-mode.png
images/archive/ollama-interactive-with-model-select.png
images/archive/ollama-non-interactive-with-copy.png