snapshell 0.1.0

snapshell - a snappy CLI that generates shell commands via OpenRouter LLMs
1
2
3
4
5
6
7
# OpenRouter API key
SNAPSHELL_OPENROUTER_API_KEY=your_openrouter_api_key_here

# Optional custom system messages
SNAPSHELL_SYSTEM="You are a strict shell command generator. Output only shell commands."
SNAPSHELL_SYSTEM_SINGLE="Single-line only instruction"
SNAPSHELL_SYSTEM_MULTILINE="Multiline allowed instruction"