From ae4d978d8c2fad3b566e007ca68ff3cf4f39e92b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Fri, 27 Jul 2018 15:27:15 +0200 Subject: [PATCH] Change playing alias to use http not curl and python --- .aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.aliases b/.aliases index d1418e6..fb3a33f 100644 --- a/.aliases +++ b/.aliases @@ -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'