Replies: 2 comments
-
This has been discussed at length in #197 and mvdan/sh#93 and remains one of the most important tickets (IMO). However, a lot of work is required to complete this.
There have been several attempts to make a Tools like |
Beta Was this translation helpful? Give feedback.
-
I know u-root well and used it on other projects. It’s not a good match for the things we need. It’s too literal imho . I am not suggesting that these OS compat packages be compiled with task. just more to have a list that can then be used and slowly built up . People can then pick and choose . they work very well for me . others will see the list and over time it will get more things. so maybe just in the readme of task , can list the tools . |
Beta Was this translation helpful? Give feedback.
-
Anyone thinking about the idea of having base OS agnostic golang commands to kind of replace core utils ?
I did a brief search but found nothing here in discussions. I think I might have raised this before though..
Anyway here's my current thoughts ...
I dont think these should be "included" in task, but rather could be a separate repo, hopefully community supported and it the GitHub org, so that we can build up a nice selection..
I actually dont think we want to match the naming conventions like
because it will never quite match.
Instead I kind of went with uniques ones that I found along the way.
https://github.com/a8m/tree replaces
ls
https://github.com/bitrise-io/got/tree/master/cmd/wgot replaces
wget
nicely.Beta Was this translation helpful? Give feedback.
All reactions