Y
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
Rush2112
408 days ago
Cool project. So I can run: cly run <alias> <parameter> and the parameter will be appended to the alias?
link
furrball010
406 days ago
Yes, you can also insert parameters elsewhere in the alias using $0...n.
link