Change playing alias to use http not curl and python

This commit is contained in:
2018-07-27 15:27:15 +02:00
parent 94c4fd466f
commit ae4d978d8c

View File

@@ -16,7 +16,7 @@ alias pirate='~/./python/pirateFetch/fetchPiratebay.py'
alias show='~/./python/seasonedShows/seasonedFolders.py'
alias llpass='lpass show -c --password'
alias subl='open /Applications/Sublime\ Text.app/'
alias playing='curl 10.0.0.45:31459/api/v1/plex/playing | python -m json.tool'
alias playing='http https://api.kevinmidboe.com/api/v1/plex/playing'
alias toggle='curl -X POST 10.0.0.67:3069/toggle > /dev/null 2>&1'
alias ip='~/.getip.sh'
alias forecast='~/python/termWeather/term_forecast/./term_weather.py'