Save, organize, and
run commands instantly.

A fast, minimal CLI tool for your favorite commands. Stop digging through history; start executing.Built in Rust for near-zero latency.

voro — zsh — 80x24
$vo add deploy_prod "NODE_ENV=production API_URL=https://api.example.com pnpm build && pnpm deploy"
# Save a command once. Run it with vo.
$vo deploy_prod
01/

WHY VORO

FAST

Engineered in Rust for near-zero latency.
Access your entire command library in sub-10ms response times.

MINIMAL

Zero dependencies. One binary. voro.sh respects your environment and stays out of your way.

ORGANIZED

Tag, categorize, and search through thousands of snippets with powerful fuzzy-find logic.

02/

COMMAND SET

$ vo add

Save a new command for later use.

$ vo add logs_api "kubectl logs -f deployment/api -n production"

$ vo edit

Edit an existing command.

$ vo edit --editor logs_api

$ vo del

Delete a saved command.

$ vo del logs_api

$ vo get

Show the command definition.

$ vo get logs_api

$ vo ls

List all saved commands.

$ vo ls

$ vo search

Search commands by name or content.

$ vo search "logs"

$ vo fav

Mark a command as favorite.

$ vo fav logs_api

$ vo unfav

Remove a command from favorites.

$ vo unfav logs_api

$ vo recent

Show recently used commands.

$ vo recent
03/

Confirm before run

use --confirm

Require confirmation before running sensitive commands.

$ vo add deploy_prod "NODE_ENV=production API_URL=https://api.example.com pnpm build && pnpm deploy" --confirm
$ vo deploy_prod
? Run deploy_prod? (y/N)
04/

Prompt for missing values

use {parameter}

Use template parameters and let vo ask for missing values at run time.

$ vo add wth "weather {city}"
$ vo wth
? city: London
----------------------------------------
[INSTALL NOW: curl -sSL https://voro.sh/install | sh]
----------------------------------------

SUPPORTED PLATFORMS: LINUX_X64 | DARWIN_ARM64 | BSD_GENERIC