Skip to content

qThe Tiniest Claude Code CLI

One letter. Infinite answers.

Quick Start

bash
# Install
bun add -g @hyperb1iss/q

# Quick question
q "what does this error mean"

# Pipe context
cat error.log | q "explain this"

# Interactive mode
q

# Agent mode
q -x "find all TODO comments"

Released under the Apache-2.0 License.