music aliases (baton)

This commit is contained in:
MorganGeek 2020-06-21 12:55:38 +02:00
parent 0c78491ca0
commit cf026f47a4

View File

@ -89,7 +89,8 @@ alias du='ncdu --color dark -rr -x --exclude .git --exclude node_modules'
alias weather='weather "?lang=fr&"' alias weather='weather "?lang=fr&"'
alias headers='curl -I --compress' # Find out if remote server supports gzip / mod_deflate or not # alias headers='curl -I --compress' # Find out if remote server supports gzip / mod_deflate or not #
alias hist='history' alias hist='history'
alias music='baton'
alias path='echo -e ${PATH//:/\\n}' # Explode and display current PATH 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 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 alias https='http --default-scheme=https' # useful alias stealed from a colleague. http is provided by httpie
@ -115,7 +116,6 @@ alias monitoring='glances'
alias ':q'='exit' alias ':q'='exit'
alias irc='weechat' alias irc='weechat'
alias trello='3llo' alias trello='3llo'
alias mytracks='music me saved tracks'
alias unix='curl -L http://git.io/unix' alias unix='curl -L http://git.io/unix'
alias coffee="curl -L http://git.io/coffee" alias coffee="curl -L http://git.io/coffee"
alias hotcoffee="curl -sL git.io/hotcoffee | sh" alias hotcoffee="curl -sL git.io/hotcoffee | sh"
@ -126,6 +126,16 @@ alias gw='./gradlew'
alias terraform_landscape='landscape' alias terraform_landscape='landscape'
alias tf='terraform' alias tf='terraform'
# Music
alias music='baton'
alias mytracks='music me saved tracks'
alias saved='mytracks'
alias next='music next'
alias prev='music prev'
alias previous='prev'
alias like='music save'
alias curr='music status'
# K8S # K8S
alias k9s='COLORTERM=256bit k9s --all-namespaces' alias k9s='COLORTERM=256bit k9s --all-namespaces'
alias 9=k9s alias 9=k9s