commands.sh

crush

all

AI-powered terminal assistant for software development tasks. Provides interactive chat interface with AI capabilities, code analysis, and LSP integration.

More info →

Options (4)

-d, --debugboolean

Run with debug logging

Example: crush {{[-d|--debug]}}
-c, --cwdboolean

Run with debug logging in a specific directory

Example: crush {{[-d|--debug]}} {{[-c|--cwd]}} {{path/to/project}}
-y, --yoloboolean

Run in dangerous mode (auto-accept all permissions)

Example: crush {{[-y|--yolo]}}
-v, --versionboolean

Display version

Example: crush {{[-v|--version]}}

Examples (6)

Start interactive mode

Run with debug logging

crush [-d|--debug]

Run with debug logging in a specific directory

crush [-d|--debug] [-c|--cwd] path/to/project

Run a single non-interactive prompt

crush run "Explain the use of context in Go"

Run in dangerous mode (auto-accept all permissions)

crush [-y|--yolo]

Display version

crush [-v|--version]
made by @shridhargupta | data from tldr-pages