http-downloader icon indicating copy to clipboard operation
http-downloader copied to clipboard

A download tool that is baked for the GitHub release assets. 专注于 GitHub 项目的工具安装

Results 56 http-downloader issues
Sort by recently updated
recently updated
newest added

As I mentioned in the title. For example: ``` sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl ``` See the details of the command: ```shell [root@node1 ~]# install...

For example, `kubectl` can be installed via `curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"` or apt-get So, it would be great if we let users to choose.

Edit the current supported configuration syntax to facilitate the expansion of the https://github.com/linuxsuren/hd-home

Developers want to add a new configuration into [hd-home](https://github.com/LinuxSuRen/hd-home), in addition to moving configuration file into a specific location, it will be very difficult to test against it. ### Currently...

enhancement
good first issue
hacktoberfest

Users can use the upgrade feature with or without a given package name. Such as: * `hd upgrade` * Find all potential packages, and let users to choose * `hd...

enhancement
hacktoberfest

Now, users can search a hd package via: `hd search xxx`. But in the real world, people might don't know the exact name, or they may want to search a...

help wanted
hacktoberfest

for example: ```hd install kubernetes-sigs/kustomize/kustomize_v4.2.0@kustomize%2Fv4.2.0``` log: > start to fetch the config start to download from https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.2.0/kustomize_v4.2.0_darwin_amd64.tar.gz start to download with 4 threads, size: 7987170, unit: 1996792 Downloading part 1:...

bug
hacktoberfest

add config support `releaseFilter` for example: ``` releaseFilter: "kustomize/.*" ```

hacktoberfest