1 Star 8 Fork 3

Rick / http-downloader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README-zh.md 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
Rick 提交于 2022-04-09 22:54 . Support version as an URL (#225)

Contributors GitHub release GitHub All Releases

入门

hd 是一个基于 HTTP 协议的下载工具。

通过命令:brew install linuxsuren/linuxsuren/hd 来安装

或者,对于 Linux 用户可以直接通过命令下载:

curl -L https://github.com/linuxsuren/http-downloader/releases/latest/download/hd-linux-amd64.tar.gz | tar xzv
mv hd /usr/local/bin

想要浏览该项目的代码吗?GitPod 绝对可以帮助你!

用法

hd get https://github.com/jenkins-zh/jenkins-cli/releases/latest/download/jcli-linux-amd64.tar.gz --thread 6

或者,用一个更加简便的办法:

hd get jenkins-zh/jenkins-cli/jcli -t 6

获取,你也可以安装一个来自 GitHub 的软件包:

hd install jenkins-zh/jenkins-cli/jcli -t 6

或者,你也可以从 GitHub 上下载预发布的二进制包:

hd get --pre ks

功能

  • 基于 HTTP 协议下载文件的 Golang 工具库
  • 多线程
  • 断点续传 (TODO)
  • 对 GitHub release 文件下载(安装)友好

使用多阶段构建

你想要在 Docker 构建中下载工具吗?这个很容易的,请查看下面的例子:

FROM ghcr.io/linuxsuren/hd:v0.0.42 as downloader
RUN hd install kubesphere-sigs/ks@v0.0.50

FROM alpine:3.10
COPY --from=downloader /usr/local/bin/ks /usr/local/bin/ks
CMD ["ks"]
Go
1
https://gitee.com/linuxsuren/http-downloader.git
git@gitee.com:linuxsuren/http-downloader.git
linuxsuren
http-downloader
http-downloader
master

搜索帮助