Add terminews blog post

This commit is contained in:
Aloïs Micard 2020-05-20 13:49:39 +02:00
parent b78146b094
commit fd5bc3ecae

View file

@ -0,0 +1,35 @@
+++
title = "terminews - a CLI based RSS reader"
date = "2019-07-26"
author = "Aloïs Micard"
authorTwitter = "" #do not include @
cover = ""
tags = ["Golang"]
keywords = ["", ""]
description = ""
showFullContent = false
+++
I recently got used to view informations using RSS. It allows me to ignore ads, distractions and to focus on the on the essential: having all the informations that I want in the same place. And it save a really consequent amount of time.
Furthermore, I love the terminal, I like to use it excessively and I prefer It over GUI applications. That's good because I've found a wonderful CLI application to read RSS: terminews.
Terminews is a Go written application that allows to save multiple RSS flux to allow reading directly from the terminal. The video below show how it works:
[![asciicast](https://asciinema.org/a/WKvIugMqbohNtxqCZHHPDcWRr.svg)](https://asciinema.org/a/WKvIugMqbohNtxqCZHHPDcWRr)
# How to install ?
## Using the binary
You can download the binary right here: https://github.com/antavelos/terminews/releases/download/v1.2.0/terminews
## With go
```sh
go install github.com/antavelos/terminews
```
n.b: at the time, terminews is only supported on linux like OS.
Happy reading !