Skip to content

Instantly share code, notes, and snippets.

@muness
Last active April 20, 2016 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muness/0a8ca79a93a21c8969b1667ef6fe3cd9 to your computer and use it in GitHub Desktop.
Save muness/0a8ca79a93a21c8969b1667ef6fe3cd9 to your computer and use it in GitHub Desktop.
tiny script for use with mas (https://github.com/argon/mas) to find app IDs through the cli with more details than mas search
curl --silent https://itunes.apple.com/search?entity=macSoftware\&term=$1\&attribute=allTrackTerm | jq '.results | .[] | {id: .trackId, name: .trackName, description: .description}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment