Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dar5hak/fcm-dl
Download issues of Full Circle Magazine
https://github.com/dar5hak/fcm-dl
Last synced: 6 days ago
JSON representation
Download issues of Full Circle Magazine
- Host: GitHub
- URL: https://github.com/dar5hak/fcm-dl
- Owner: dar5hak
- License: unlicense
- Created: 2015-04-09T10:26:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T16:54:34.000Z (over 5 years ago)
- Last Synced: 2023-04-04T06:10:52.116Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fcm-dl
Download issues of [Full Circle Magazine](http://fullcirclemagazine.org/).
## Usage
Just pass the issue number as an argument.
Download one issue.
```bash
$ ./fcm-dl 7
# issue7_en.pdf
```Download in another language.
```bash
$ ./fcm-dl -l es 7
# issue7_es.pdf
```Download in EPUB format.
```bash
$ ./fcm-dl -e 67
# issue67_en.epub
```## Unlicense
This script is [unlicensed](https://unlicense.org/). Do whatever you want with it.