Skip to content

Instantly share code, notes, and snippets.

@MrElendig
Created June 16, 2011 15:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrElendig/1029525 to your computer and use it in GitHub Desktop.
Save MrElendig/1029525 to your computer and use it in GitHub Desktop.
[oh@Alice][~]% curl 'http://aur.archlinux.org/rpc.php?type=info&arg=cower-git' 2>/dev/null
{"type":"info","results":{"ID":"35888","Name":"cower-git","Version":"20110323-1","CategoryID":"16","Description":"A simple AUR agent with a pretentious name","URL":"http:\/\/github.com\/falconindy\/cower","URLPath":"\/packages\/cower-git\/cower-git.tar.gz","License":"MIT","NumVotes":"22","OutOfDate":"0"}}
[oh@Alice][~]% curl 'http://aur.archlinux.org/rpc.php?type=info&arg=cower-git' 2>/dev/null | json_reformat
{
"type": "info",
"results": {
"ID": "35888",
"Name": "cower-git",
"Version": "20110323-1",
"CategoryID": "16",
"Description": "A simple AUR agent with a pretentious name",
"URL": "http://github.com/falconindy/cower",
"URLPath": "/packages/cower-git/cower-git.tar.gz",
"License": "MIT",
"NumVotes": "22",
"OutOfDate": "0"
}
}
[oh@Alice][~]%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment