SkillAgentSearch skills...

Hget

interruptable, resumable download accelerator written in golang

Install / Use

/learn @huydx/Hget
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

hget

This project is my personal project to learn golang to build something useful.

Build Status: Build Status

Install

$ go get -d github.com/huydx/hget
$ cd $GOPATH/src/github.com/huydx/hget
$ make clean install

Binary file will be built at ./bin/hget, you can copy to /usr/bin or /usr/local/bin and even alias wget hget to replace wget totally :P

Usage

hget [Url] [-n parallel] [-skip-tls false] //to download url, with n connections, and not skip tls certificate
hget tasks //get interrupted tasks
hget resume [TaskName | URL] //to resume task

To interrupt any on-downloading process, just ctrl-c or ctrl-d at the middle of the download, hget will safely save your data and you will be able to resume later

Download

Resume

View on GitHub
GitHub Stars992
CategoryDevelopment
Updated1mo ago
Forks69

Languages

Go

Security Score

95/100

Audited on Feb 21, 2026

No findings