001 // GET_STARTED
QUICK START
Find a command, inspect it, and prepare a safer multi-step action from your terminal.
1. Search by intent
Describe the task rather than trying to recall the exact syntax:
step_01
$everycli search "remove unused Docker images"
2. Narrow the results when needed
Ask for more candidates or scope the search to a specific environment with --top and --env.
step_02
$everycli search "undo my last commit" --env git --top 3
3. Choose interactively
Add --interactive to navigate candidates with arrow keys and select one in the terminal.
step_03
$everycli search "create an SSH key" --interactive
4. Plan before you run
Sentinel returns a command, its risk level, and checks to make before execution.
step_04
$everycli plan "remove unused Docker images safely"
5. Add a personal command
Extend the local corpus with a command you use often. Your personal entries stay separate from the built-in corpus and survive normal updates and uninstall:
bash / powershell
$everycli add$everycli list$everycli remove
EveryCli finds and explains commands. Review the result yourself; a search is not an automatic execution.