Created
August 21, 2019 13:02
-
-
Save trollknurr/70d894291e57c40174ecf1449a7c99b3 to your computer and use it in GitHub Desktop.
Mac google play music app current song
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/bash | |
cat /Users/ashtarev/Library/Application\ Support/Google\ Play\ Music\ Desktop\ Player/json_store/playback.json | /usr/local/bin/jq '.song.artist + " - " + .song.title' | tr '"' ' ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment