~ark/atomizer

An atom/rss reader
Project is unmaintained
ee66dc8a — Julian Hurst 4 years ago
Fix truncation
ca186272 — Julian Hurst 4 years ago
Delete display feed instead of absolute feed

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~ark/atomizer
read/write
git@git.sr.ht:~ark/atomizer

You can also use your local clone with git send-email.

#atomizer

atomizer is an atom/rss reader for the terminal

This project is no longer maintained.

#Installing

Install the dependencies :

  • python3

  • python-colorama

  • python-pyperclip

Then install :

python setup.py install

#Documentation

To generate and install the man pages, install scdoc and run:

cd docs
make
make install