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

@ -48,6 +48,10 @@ alias tsearchtimeline='twitter search timeline'
alias tstream='rainbowstream'
alias mystream='tstream'
# RSS
alias addfeed='rssadd'
alias addrss='rssadd'
# Search
alias ddg='ddgr'
alias goo='googler'
@ -97,8 +101,6 @@ alias du='ncdu --color dark -rr -x --exclude .git --exclude node_modules'
alias weather='weather "?lang=fr&"'
alias headers='curl -I --compress' # Find out if remote server supports gzip / mod_deflate or not #
alias hist='history'
alias path='echo -e ${PATH//:/\\n}' # Explode and display current PATH
alias ping='prettyping -c 5 --nolegend' # Stop after sending count ECHO_REQUEST packets
alias https='http --default-scheme=https' # useful alias stealed from a colleague. http is provided by httpie

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
}

View File

@ -1 +1,2 @@
https://sebsauvage.net/links/?do=rss
https://opensource.com/feed