Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
CRUSH(1)     Terminal-based AI assistant for software development     CRUSH(1)

NAME
       crush - Terminal-based AI assistant for software	development

SYNOPSIS
       crush [options...] [argument...]

DESCRIPTION
       Crush  is  a powerful terminal-based AI assistant that helps with soft-
       ware development	tasks.

       It provides an interactive chat interface with  AI  capabilities,  code
       analysis, and LSP integration

       to  assist developers in	writing, debugging, and	understanding code di-
       rectly from the terminal.

OPTIONS
       --c --cwd
	      Current working directory

       --D --data-dir
	      Custom crush data	directory

       --d --debug
	      Debug

       --h --help
	      Help

       --y --yolo
	      Automatically accept all permissions (dangerous mode)

COMMANDS
       completion
	   Generate the	autocompletion script for the specified	shell

       COMMANDS
	   bash
	       Generate	the autocompletion script for bash

	   OPTIONS
	       --no-descriptions disable completion descriptions

	   fish
	       Generate	the autocompletion script for fish

	   OPTIONS
	       --no-descriptions disable completion descriptions

	   powershell
	       Generate	the autocompletion script for powershell

	   OPTIONS
	       --no-descriptions disable completion descriptions

	   zsh
	       Generate	the autocompletion script for zsh

	   OPTIONS
	       --no-descriptions disable completion descriptions

       dirs
	   Print directories used by Crush

       COMMANDS
	   config
	       Print the configuration directory used by Crush

	   data
	       Print the datauration directory used by Crush

       help [command]
	   Help	about any command

       logs
	   View	crush logs

       OPTIONS
	   --f --follow	Follow log output

	   --t --tail
		  Show only the	last N lines default: 1000 for performance

       run [prompt...]
	   Run a single	non-interactive	prompt

       OPTIONS
	   --q --quiet Hide spinner

       update-providers	[path-or-url]
	   Update providers

crush				  2025-11-06			      CRUSH(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=crush&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help