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

https://github.com/zweifisch/send2kindle

dump url using w3m and send to kindle
https://github.com/zweifisch/send2kindle

Last synced: about 2 months ago
JSON representation

dump url using w3m and send to kindle

Awesome Lists containing this project

README

        

# send2kindle

dump url using w3m and send to kindle

`~/.send2kindle.toml`

```toml
from = "[email protected]"
kindle = "[email protected]"

[smtp]

host = "smtp.mail.com"
port = 25
account = "account"
password = "password"
```

usage

```sh
send2kindle http://mosaicscience.com/story/man-golden-blood
```