Add terminews blog post
This commit is contained in:
parent
b78146b094
commit
fd5bc3ecae
1 changed files with 35 additions and 0 deletions
35
content/posts/terminews.md
Normal file
35
content/posts/terminews.md
Normal 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:
|
||||
|
||||
[](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 !
|
Loading…
Add table
Add a link
Reference in a new issue