maxking / archive_reader

Terminal application to read GNU Mailman archvies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archive Reader

A terminal based archive reader for Hyperkitty, GNU Mailman's official archiver.

Screenshots

Page Add Mailinglist

Page View threads

Page Read Thread

Using

To run the app, you can install it using Pipx:

# Install using pipx.
$ pipx install areader

# Run the app:
$ areader

If you don't have Pipx, you can install directly in a venv to run:

# Setup a virtualenv to install the package.
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install areader

# Run the app:
$ areader

Hyperkitty Configuration

In order to use this app, the Pagination on the Hyperkitty's API needs to be set correctly.

About

Terminal application to read GNU Mailman archvies.


Languages

Language:Python 96.6%Language:CSS 3.4%