I'm starting to find myself getting tired of writing duplicates for bindl.yaml in different repositories. I think it might be time to add a convenience method of bindl add to add commonly used programs.
For example, I use ko a lot and I would like to run something like the following to append the program to bindl.yaml.
bindl add github:google/ko
There is a problem with automatic adding / modifying bindl.yaml directly though: it removes any comments, which is an undesirable outcome.
One way we can do this is to use something like bindl.d/ko.yaml and have bindl sync read all of bindl.d.
I'm starting to find myself getting tired of writing duplicates for
bindl.yamlin different repositories. I think it might be time to add a convenience method ofbindl addto add commonly used programs.For example, I use
koa lot and I would like to run something like the following to append the program tobindl.yaml.There is a problem with automatic adding / modifying
bindl.yamldirectly though: it removes any comments, which is an undesirable outcome.One way we can do this is to use something like
bindl.d/ko.yamland havebindl syncread all ofbindl.d.