From ed24e3abeb2942226f81a00c572940e7acf0138b Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Tue, 30 Jun 2020 10:12:44 +0200 Subject: [PATCH] add newsboat (rss reader) --- Brewfile | 1 + dot_zsh_aliases | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Brewfile b/Brewfile index a49e83b..db876dd 100644 --- a/Brewfile +++ b/Brewfile @@ -190,3 +190,4 @@ brew "translate-shell" # provides the trans command, more doc via https://www.os brew "toxiproxy" brew "bitwarden-cli" brew "awscli@2" +brew "newsboat" diff --git a/dot_zsh_aliases b/dot_zsh_aliases index 2091547..7c1c811 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -45,6 +45,8 @@ alias tsearch='twitter search all' alias tweets='tsearch --long -a -d' alias tsearchfav='twitter search favorites' alias tsearchtimeline='twitter search timeline' +alias tstream='rainbowstream' +alias mystream='tstream' # Search alias ddg='ddgr'