Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zk-phi/download-region
Simple in-buffer download manager for Emacs
https://github.com/zk-phi/download-region
emacs
Last synced: 3 months ago
JSON representation
Simple in-buffer download manager for Emacs
- Host: GitHub
- URL: https://github.com/zk-phi/download-region
- Owner: zk-phi
- Created: 2014-02-24T07:27:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T04:16:01.000Z (almost 4 years ago)
- Last Synced: 2024-08-05T06:06:32.832Z (6 months ago)
- Topics: emacs
- Language: Emacs Lisp
- Homepage:
- Size: 1.01 MB
- Stars: 15
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.org
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.