Skip to content

tristangrimaux/google-android-nexus-tojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

google-android-nexus-tojson

This quick shell command line script returns in a JSON format the nexus images available in the page https://developers.google.com/android/nexus/images

I use it to get latest version for the Nexus 6, codename shamu in this way

google-android-nexus-images | jq -r '.[-1]|select(.id == "shamu")|.data.version'

To install just copy the file, make it executable and make sure you have the tools xml2json and jq installed in your system

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages