Alias for Fast Downloads With Aria2

(#clidrops 💧 tip shared on Twitter)

image

@rossijonas posted on twitter:

🧙⌨️ One of the magic CLI aliases I love and use very often.

Use it like this:

suck https://my-download-link

Requires the powerful download tool Aria2:

https://aria2.github.io/

#CLI #linux #bash #zsh #unix

The alias code:

alias suck='aria2c --file-allocation=none -c -x 10 -s 10 -d "$HOME/Downloads" '


Footnotes:

  • Follow me on Twitter to get more posts like this and other quick tips in your feed.
  • If you have any doubts or tips about this article, I’d appreciate knowing and discussing it via email.
  • Do you have any other Cli tips? Would you like to publish that in this blog? Please send an email to cli drops.
  • As English is not my native language, I apologize for the errors. Corrections are welcome.
  • Contact: cli [@] alldrops [.] info.

Read more on cli drops: