mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-10-29 09:30:20 +00:00
Change playing alias to use http not curl and python
This commit is contained in:
2
.aliases
2
.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'
|
||||
|
||||
Reference in New Issue
Block a user