X-ec (or exec) is a terminal utility to simplify writing complex commands in a simpler-to-understand YAML or JSON format.
cmd: ls
args:
- l
- a
stdout:
stderr:
run [path?]
- run the command from a default location or specified on the CLIshow [path?]
- show the final command that would be run withxec run