Metadata-Version: 2.1
Name: rreader
Version: 1.1.2
Summary: RSS reader client for CLI, spinned off from rterm
Home-page: https://github.com/rainygirl/rreader
Author: Lee JunHaeng
Author-email: rainygirl@gmail.com
License: MIT License
Keywords: RSS,CLI,command line,terminal
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: Pillow (>=9.0.1)
Requires-Dist: wcwidth (==0.1.8)
Requires-Dist: asciimatics (==1.11.0)
Requires-Dist: feedparser (>=5.2.1)

=======
rReader
=======

rReader is RSS reader client for CLI(Command Line Interface), spinned off from `rterm <https://github.com/rainygirl/rterm>`_.

rReader requires Python version 3.7 and above.


rReader는 한국어 RSS 피드를 지원합니다.

rReaderは日本語RSSフィードをサポートしています。

rReader该库支持中文RSS。

rReader該庫支持中文RSS。

----------
Screenshot
----------

.. image:: https://user-images.githubusercontent.com/1021138/149663475-fa39c500-1c61-4d4c-93a2-d836b898edf8.gif

---------------
Getting Started
---------------

Try it with::

    pip3 install rreader
    rr

You can clone the git repo::

    git clone https://github.com/rainygirl/rreader
    cd rreader
    python3 setup.py install
    rr

---------
RSS feeds
---------

You can add/modify RSS feeds on ~/.rreader/feeds.json

-------------
Shortcut keys
-------------

* [H], [?] : Help
* [Up], [Down], [W], [S], [J], [K] : Select from list
* [Shift]+[Up], [Shift]+[Down], [PgUp], [PgDn] : Quickly select from list
* [O] : Open canonical link
* [:] : Select by typing a number from list
* [Tab], [Shift]+[Tab] : Change the category tab
* [Q], [Ctrl]+[C] : Quit


------------
Contributing
------------

Feel free to fork & contribute!


-------
License
-------

rReader is released under the MIT license.


-------
Credits
-------

* `Lee JunHaeng aka rainygirl <https://rainygirl.com/>`_.


