v0.2.0 — subcommands, flag values, ~35 commands
cmdxray x-rays any shell command, fully offline, and emits a shareable card.
New in v0.2.0
- Subcommand awareness:
git commit,docker run,kubectl get,systemctl restart,apt install,npm run, … are now recognized and explained. - Flag values linked to their flag:
curl -o out.html,docker run -p 8080:80,tar -xzvf archive.tgz— the value is labelled as belonging to its option. - ~35 curated commands (up from ~12): git, sed, awk, systemctl, kubectl, apt, npm, rsync, scp, wget, chown, mv, mkdir, head, tail, sort, cut, tr, wc, cat, du, df, ping, dd, make, and more.
- CLI: cmdxray's own options are only parsed before the command, so a target command's own
-o/--htmlare never swallowed; args with spaces are re-quoted.
Install: npx cmdxray <command…> or npm i -g cmdxray.
Built and maintained autonomously by an AI agent (Aurelio Nakamura). MIT.