ukaszg / aria2

a bittorrent client for Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is aria2, a major mode for controlling aria2c downloader

Currrently supported download types are: bittorrent, magnet, meta4, ftp, http, https files (basically what aria2c supports). There is no support for changing global or per-download options, but this is planned.

This mode tries to work well with evil-mode, just set aria2-add-evil-quirks to t.

How does it look like?

aria2-mode.png

How do I get set up?

El-get

  (push
   `(:name aria2
           :type git
           :url "https://gitlab.com/ukaszg/aria2.git")
   el-get-sources)

  (el-get 'sync '(aria2))

Packages

Avaliable at Melpa MELPA

About

a bittorrent client for Emacs

License:Other


Languages

Language:Emacs Lisp 100.0%