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
- Host: GitHub
- URL: https://github.com/zweifisch/send2kindle
- Owner: zweifisch
- Created: 2014-10-23T12:46:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-28T12:19:13.000Z (over 10 years ago)
- Last Synced: 2025-01-27T22:55:09.115Z (4 months 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 = "[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
```