Metadata-Version: 2.0
Name: feedcommas
Version: 0.2.1
Summary: CommaFeed commandline client
Home-page: https://gitlab.com/mgoral/feed-commas
Author: Michał Góral
Author-email: dev@mgoral.org
License: GPLv3+
Platform: linux
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Dist: beautifulsoup4 (>=4.5.3)
Requires-Dist: mgcomm (>=0.1.0)
Requires-Dist: requests (==2.13.0)
Requires-Dist: urwid (==1.3.1)

Feed Commas
===========

Feed Commas is a client application for CommaFeed, a google Reader inspired
self-hosted RSS reader (with its instance running on commafeed.com).

It's a terminal application, but with user-friendly, curses-based graphical
frontend. It looks like this, but with more colors:

.. code::

  ┌────────────────────────────────────────────────────────────────────────────┐
  │All                  │┌────────────────────────────────────────────────────┐│
  │Starred              ││How to make `lynx` fast?    Tue Mar  7 10:52:00 2017││
  │Daily read           ││                                                    ││
  │  /r/commandline(1)  ││   Anyone care share their lynx config?             ││
  │  Lorem ipsum        ││   For some reason, lynx on my computer cannot open ││
  │  The Codist         ││websites instantly.                                 ││
  │  Andrzej's C++ blog ││                                                    ││
  │  Ludic Linux        ││☐                          submitted by /u/blablabla││
  │Comics               │└────────────────────────────────────────────────────┘│
  │  MonkeyUser         │┌────────────────────────────────────────────────────┐│
  │  Geek&Poke          ││Lorem ipsum                 Mon Mar  6 23:52:14 2017││
  │  xkcd               ││                                                    ││
  │                     ││   Lorem ipsum dolor sit amet.                      ││
  │                     ││                                                    ││
  │                     ││★☑                                            author││
  │                     │└────────────────────────────────────────────────────┘│
  │:show-unread                                                                │
  └────────────────────────────────────────────────────────────────────────────┘

For instructions on installation and usage, see the manual (in docs directory).
You can build HTML version of it by running:

.. code:: shell

    $ cd docs && make

Manual for the latest release is also available online at
http://pythonhosted.org/feedcommas/.


