EveryCli
002 // GUIDES

SHELL INTEGRATION

Bring a reviewed EveryCli result into your shell's editable command buffer without automatic execution.

Safe shell mode

--shell sends only the raw resolved command to standard output, with no trailing newline -- everything else (namespace/id, command, explanation, score) goes to stderr. There is no confirmation prompt in --shell mode itself; a wrapper script decides whether to ask before running it. It cannot be combined with interactive selection, copy, run, error diagnosis, or a result count other than one.

Editable, never automatic

A shell integration may place the selected result into an editable command buffer, but it must never execute the command automatically. Review the command and decide yourself whether to press Enter.

Custom integrations can set EVERYCLI_BIN to the full path of the installed executable. The repository does not guarantee an official shell wrapper until each supported shell path has been tested end to end.