HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

crush — AI-powered terminal assistant for software development tasks. Provides interactive chat interface wi

Submitted by: @import:tldr-pages··
0
Viewed 0 times
assistantterminalcommandsoftwareclicrushpoweredfor

Problem

How to use the crush command: AI-powered terminal assistant for software development tasks. Provides interactive chat interface with AI capabilities, code analysis, and LSP integration. More information: <https://github.com/charmbracelet/crush>.

Solution

crush — AI-powered terminal assistant for software development tasks. Provides interactive chat interface with AI capabilities, code analysis, and LSP integration. More information: <https://github.com/charmbracelet/crush>.

Start interactive mode:
crush


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]}}

Code Snippets

Start interactive mode

crush

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]}}

Context

tldr-pages: common/crush

Revisions (0)

No revisions yet.