Project

k2e

0.0
No commit activity in last 3 years
No release in over 3 years
A tool to synchronize Kindle highlights to Evernote.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 0.12.2
~> 10.0

Runtime

>= 2.6.0, ~> 2.6.0
>= 1.4.0, ~> 1.4
 Project Readme

Kindle to Evernote

A tool allows you sync Kindle highlights to Evernote

Installation

gem install k2e

Setup

To start, you need to config below environment variables to your shell config file (~/.zshrc, ~/.bashrc, ..):

# Notebook name, which stores Kindle highlights
NOTEBOOK="Kindle"
# Evernote dev token, get it here: https://www.evernote.com/api/DeveloperToken.action
EVERNOTE_DEV_TOKEN="EVERNOTE_DEV_TOKEN"
# Optional.
# We need to store last sync date, to avoid duplicated data. Storing this date allow you use synchronize command anywhere :D
# Default path is "~/.k2e/last_syn_date.txt
K2E_DATA_LOCATION="/Users/ll/Dropbox/App/k2e/last_syn_date.txt"

Usage

  1. Plug Kindle to your computer.
  2. Open terminal, run this command: k2e

If you are using Mac OS, you can follow this guide, using Keyboard Maestro to trigger Kindle pluging action.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ttuan/k2e.

License

The gem is available as open source under the terms of the MIT License.