• Stars
    star
    984
  • Rank 44,898 (Top 1.0 %)
  • Language
    Go
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

interruptable, resumable download accelerator written in golang

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

More Repositories

1

facy

command line power tool for facebook
Ruby
239
star
2

lfruit

crawler by file extension
Ruby
20
star
3

fulltext_engine

simple inverted index full text search engine written in python
Python
12
star
4

NyanNyan

multi display sync nyancat using thrift
C++
9
star
5

bigg

small repo for my random experiments
Go
9
star
6

vlcamera

fun camera android app which is able to edit your photo to make it more interesting
Java
7
star
7

KafkaChat

Scala
4
star
8

scalresume

build your beautiful resume using markdown
CSS
4
star
9

snake-js

snake game in javascript
JavaScript
4
star
10

tree_config

Rails config file storage gem, which use "folder structure" as settings key
Ruby
4
star
11

datamining-collection

school projects (image processing/ data mining/ voice processing algorithms implemented, almost in python with scipy )
Python
4
star
12

mr-scheduler

arrange your meeting with ease
CSS
2
star
13

tocgen

Github wiki table of content generator
Elixir
2
star
14

eventpop-android

[School Project] android app to help user to discovered unknown events arounds , backend server written in pure php
Java
1
star
15

mysql

ใ‚ณใƒณใƒ‘ใ‚คใƒฉๅ‹‰ๅผทไผšใฎใ‚ณใƒผใƒ‰ใจใ‚นใƒฉใ‚คใƒ‰
Go
1
star
16

scalgo

just a trunk
Java
1
star
17

irclog-web

irc log viewer in sinatra + irc bookmark bot
Ruby
1
star
18

S2

Source code for sslide.net
Ruby
1
star
19

ISUCON-Training

Isucon training repo
1
star
20

itlc-sample

itlc presentation sample
Scala
1
star
21

boost_websocket

C++
1
star
22

algorithm

algorithm training (w java)
Java
1
star
23

huydx.github.com

JavaScript
1
star
24

dotfiles

Vim Script
1
star