Show HN: Create feature-rich aliases for the CLI in YAML
github.comHi all. I created a GO program to define feature rich aliases in YAML. You can pass runtime parameters, envs, run directories, and even run multiple commands sequentially/concurrently for one alias. Looking for ideas/suggestions! Cool project. So I can run: cly run <alias> <parameter> and the parameter will be appended to the alias? Yes, you can also insert parameters elsewhere in the alias using $0...n.