repositorypackage
0.0.0-20200204112726-7ee1944ad714
Repository: https://github.com/art2cat/aria2helper.git
Documentation: pkg.go.dev
# README
aria2helper
this is an aria2 start helper.
- auto install and upgrade aria2(for windows).
- auto config aria2.conf.
- auto update bt tracker list before start aria2.
Requirements
golang version >= 1.13 download link
Usage
Windows
- download code and build it
go get github.com/Art2Cat/aria2helper
go build .
-
Move aria2helper.exe and config.json to the directory(e.g D:\aria2) where you want to install aria2.
-
Double click aria2helper.exe to run. Or you can run start.ps1 to hide the cmd window.
PowerShell required
Linux/Unix
# download the code
go get github.com/Art2Cat/aria2helper
cd ~/go/src/github/Art2Cat/aria2helper
go build .
# Move aria2helper and config.json to the directory(e.g ~/aria2) where you installed aria2.
cp ./aria2helper ./config.json ~/aria2
cd ~/aria2
# grant execute permission to aria2helper
sudo chmod u+x aria2helper
# run aria2helper in background
./aria2helper &
Note
the default download directory for windows is D:\Downloads
, for Linux/Unix is ~/Downloads
.
License
Copyright (c) Rorschach Huang. All rights reserved. Please read the LICENSE for more details.