https://github.com/thesurlydev/kindle-sync
Automatically sync between a local directory and Kindle
https://github.com/thesurlydev/kindle-sync
Last synced: about 1 year ago
JSON representation
Automatically sync between a local directory and Kindle
- Host: GitHub
- URL: https://github.com/thesurlydev/kindle-sync
- Owner: thesurlydev
- License: apache-2.0
- Created: 2021-10-31T02:26:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T03:12:16.000Z (over 4 years ago)
- Last Synced: 2025-02-06T18:52:28.838Z (over 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kindle-sync
Automatically sync between a local directory and Kindle
## requirements
* BASH
* An AWS account credentials and associated policy to use SES.
* Amazon SES SMTP interface is setup
* Tested only on Ubuntu Linux. Minor tweaks may be necessary for Macs.
## usage
To manually send a PDF to to Kindle:
```
./sync.sh [test.pdf]
```
### optional
Watch a directory for new PDF files to sync to Kindle:
```
./kindle-watch.sh [DIR]
```