rss feeds + aliases to manipulate them

This commit is contained in:
MorganGeek
2020-06-30 14:22:03 +02:00
parent a0ab539979
commit 4cc74a4069
3 changed files with 9 additions and 2 deletions

View File

@ -322,3 +322,7 @@ function brewadd {
brew install "$1"
ansible 127.0.0.1 -m lineinfile -a "path=~/Brewfile line='brew \"$1\"'"
}
function rssadd {
ansible 127.0.0.1 -m lineinfile -a "path=~/.newsboat/urls line='"$1"'"
newsboat
}