qsh_
Your intent.
Your shell. Your call.
A natural-language shell that understands your project, proposes a command, and lets you decide what runs.
- Confirm before execution
- Refine or retry with context
- Works across multiple AI models
? Find the five largest files herefind . -type f -printf '%s %p\n' | sort -nr | head -5Example only. qsh asks for your confirmation before it runs a command.