commands.sh

qwen

all

Launch an interactive prompt with Qwen3-Coder. See also: `gemini`.

More info →

Options (5)

-p, --promptboolean

Send the output of another command to Qwen and exit immediately

Example: {{echo "Summarize the history of Rome"}} | qwen {{[-p|--prompt]}}
-m, --modelboolean

Override the default model (default: qwen3-coder-max)

Example: qwen {{[-m|--model]}} {{model_name}}
-s, --sandboxboolean

Run inside a sandbox container

Example: qwen {{[-s|--sandbox]}}
-i, --prompt-interactiveboolean

Execute a prompt then stay in interactive mode

Example: qwen {{[-i|--prompt-interactive]}} "{{Give me an example of recursion in Python}}"
-a, --all-filesboolean

Include all files in context

Example: qwen {{[-a|--all-files]}}

Examples (7)

Start a REPL session to chat interactively

Send the output of another command to Qwen and exit immediately

echo "Summarize the history of Rome" | qwen [-p|--prompt]

Override the default model (default: qwen3-coder-max)

qwen [-m|--model] model_name

Run inside a sandbox container

qwen [-s|--sandbox]

Execute a prompt then stay in interactive mode

qwen [-i|--prompt-interactive] "Give me an example of recursion in Python"

Include all files in context

qwen [-a|--all-files]

Show memory usage in status bar

qwen --show-memory-usage
made by @shridhargupta | data from tldr-pages