Skip to content
/ xec Public

Xec is a CLI tool designed to make managing complex CLI arguments simpler

Notifications You must be signed in to change notification settings

dubniczky/xec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-ec

X-ec (or exec) is a terminal utility to simplify writing complex commands in a simpler-to-understand YAML or JSON format.

Example

cmd: ls
args:
- l
- a
stdout: 
stderr:

Commands

  • run [path?] - run the command from a default location or specified on the CLI
  • show [path?] - show the final command that would be run with xec run

About

Xec is a CLI tool designed to make managing complex CLI arguments simpler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published