Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jb55/kindle-send
Bash scripts for sending stuff to your kindle
https://github.com/jb55/kindle-send
Last synced: about 1 month ago
JSON representation
Bash scripts for sending stuff to your kindle
- Host: GitHub
- URL: https://github.com/jb55/kindle-send
- Owner: jb55
- Created: 2017-09-04T03:57:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T20:37:59.000Z (over 5 years ago)
- Last Synced: 2024-08-04T02:11:11.904Z (3 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
kindle-send
============Some bash scripts for sending stuff to your kindle. It uses pandoc and calibre
to properly format the documents.Tools
------ kindle-send: Send to kindle. Will convert from the detected format using
pandoc and calibre.- kindle-email: low level emailer
Usage
-----$ kindle-send file.txt
$ kindle-send file.pdf
$ kindle-send < README.md
$ AUTHOR="Bob" TITLE="Some Title" kindle-send article.md
$ curl -sL "https://news.com/article" | kindle-sendConfiguration
-------------A properly configured sendmail is required at this time.
These environment variables must be set in your ~/.profile or related
environment configuration file.REQUIRED
[email protected]
[email protected]OPTIONAL
KINDLE_SENDMAIL="/bin/sendmail"
KINDLE_SENDMAIL_OPTIONS="--read-envelope-from"NOTE: `KINDLE_FROM_EMAIL` has to be an email from a "reputable" source, such as
gmail. Amazon may ignore the email otherwise.Install
-------$ make install
Dependencies
------------- pandoc
- calibre