All tools/aria2

aria2

aria2c

aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line.

Detected by aria2c | macOS, Linux, Windows |aria2.github.io

Sync rules

What travels, what stays, what never leaves
aria2 in your home directory Every rule on this page, by file
# aria2 configuration, legacy location: $HOME/.aria2/aria2.conf
dir=/Users/octocat/Downloadsmachine-local
input-file=/Users/octocat/.aria2/queue.txtmachine-local
continue=true
max-concurrent-downloads=5
max-connection-per-server=8
min-split-size=10M
file-allocation=falloc
ca-certificate=/Users/octocat/.aria2/ca-bundle.crtmachine-local
check-certificate=true
enable-rpc=true

Each machine keeps its own copy of these.

rpc-secretrpc-passwdftp-passwdhttp-passwd

Lifted into your secret store; the rest of the file syncs.

dirinput-fileca-certificate

Each machine keeps its own copy of these.

rpc-secretrpc-passwdftp-passwdhttp-passwd

Lifted into your secret store; the rest of the file syncs.

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/aria2c. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these is generated from the same rules as this page. None of them splits dir and input-file for you — that part is Otty’s own sync, or a template you write by hand.