Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions pages/common/crush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 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]}}`