Hacker News new | ask | show | jobs
Show HN: Create feature-rich aliases for the CLI in YAML (github.com)
4 points by furrball010 408 days ago
Hi 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!
1 comments

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.