Metadata-Version: 2.1
Name: url2kindle
Version: 0.8
Summary: Send web articles to your Kindle from terminal
Home-page: https://github.com/silenc3r/url2kindle
Author: Dawid Zych
Author-email: dwd@mailo.com
License: MIT
Project-URL: Bug Tracker, https://github.com/silenc3r/url2kindle/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Environment :: Console
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

url2kindle
==========

**url2kindle** - send web articles to your Kindle from terminal

url2kindle is (unofficial) cli interface to `Push to Kindle <http://fivefilters.org/kindle-it/>`_.


Installation
============

.. code-block:: shell

    $ pipx install url2kindle

or

.. code-block:: shell

    $ pip install url2kindle


Usage
=====

First you need to configure your Amazon accout. Detailed instructions how to do that can be found
`here <http://help.fivefilters.org/customer/portal/articles/178337-kindle-e-mail-address>`_.

To send article to Kindle run:

.. code-block:: shell

    $ u2k http://example.com/article.html

On first run ``url2kindle`` will ask for your Kindle email address and 'send from' address.
If you leave 'send from' field blank it will default to ``kindle@fivefilters.org``.
Both addresses will be saved in configuration file.

