Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zk-phi/download-region

Simple in-buffer download manager for Emacs
https://github.com/zk-phi/download-region

emacs

Last synced: about 2 months ago
JSON representation

Simple in-buffer download manager for Emacs

Awesome Lists containing this project

README

        

* download-region.el

simple in-buffer download manager for Emacs

バッファ内で動作する簡易ダウンローダ

** Screencast

[[screencast.gif]]

** Usage

Put download-region.el in a "load-path"ed directory, and require this
script.

: (require 'download-region)

then two commands below are available.

- download-region-as-url

Download selected URL, to a specific directory.

- download-region-cancel

Cancel all downloads in the region.

** Customization

When =download-region-max-downloads= is set, the number of downloads
is limited.

: (setq download-region-max-downloads 5)

You can modify =download-region-downloading= face so that downloads
look more pretty in your color scheme.