Skip to content

v0.2.0 — subcommands, flag values, ~35 commands

Choose a tag to compare

@aurelio-nakamura aurelio-nakamura released this 02 Sep 16:04
· 22 commits to main since this release

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/--html are 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.