jesseduffield / jesseduffield/lazydocker
Publish binary of assets not packed
- Dominant language
- Go
- Stars
- 52.8k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
In some reduced shells you have only tools like `curl`, without `tar` and `gzip` (or almost limited). In these cases it will be interesting to provide the full static binary as a raw download.
**Describe the solution you'd like**
If you publish the raw binary you could do `curl -JOL https://github.com/jesseduffield/lazydocker/releases/download/v0.23.3/lazydocker_0.23.3_Windows_x86_64` and get the binary.
**Describe alternatives you've considered**
The (only) alternative is to decompress the file in another server and copy it using scp. However, this is more time consuming.
**Additional context**
I feel this could be useful for some users.
Contributor guide
Assessment
This issue has not been assessed yet.