ekofyi
Liveautomationshipped v1.0.0

Shell Command Explainer

Understand complex shell commands without reading man pages. Paste any bash/zsh command and get a human-readable breakdown of each component: the base command, flags, arguments, pipes, redirections, and subshells. Covers common Unix utilities like curl, grep, awk, sed, find, and more.

shellbashcommandexplainerunix

Tokens

curl-XPOST'https://api.example.com/users'-H'authorization: Bearer token'-H'content-type: application/json'-d'{"name":"Eko"}'|jq-r'.id'
curlTransfer data from/to a server
-XHTTP method
-HAdd header
-HAdd header
-dSend POST data
|Pipe stdout to next command
jqJSON processor
-rRaw output (no quotes)

🔒 Supports: curl, wget, grep, find, ssh, rsync, docker, git, awk, sed, tar, jq. More to come.