Show HN: Create feature-rich aliases for the CLI in YAML
4 furrball010 1 5/8/2025, 5:07:00 AM github.com โ
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!
Comments (1)
Rush2112 ยท 10h ago
Cool project. So I can run: cly run <alias> <parameter> and the parameter will be appended to the alias?