https://github.com/zweifisch/send2kindle
dump url using w3m and send to kindle
https://github.com/zweifisch/send2kindle
Last synced: over 1 year ago
JSON representation
dump url using w3m and send to kindle
- Host: GitHub
- URL: https://github.com/zweifisch/send2kindle
- Owner: zweifisch
- Created: 2014-10-23T12:46:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-28T12:19:13.000Z (over 11 years ago)
- Last Synced: 2025-01-27T22:55:09.115Z (over 1 year ago)
- Language: Go
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# send2kindle
dump url using w3m and send to kindle
`~/.send2kindle.toml`
```toml
from = "account@mail.com"
kindle = "yourname@kindle.com"
[smtp]
host = "smtp.mail.com"
port = 25
account = "account"
password = "password"
```
usage
```sh
send2kindle http://mosaicscience.com/story/man-golden-blood
```