Google Command Line
Wow esto está super interesante:
El gran Google nos regala ahora la Google Command Line (GoogleCL), es simplemente llevarnos algunos de los principales servicios de google a nuestra terminal.
Estos son los servicios q están por ahora:
$ google blogger post --title "foo" "command line posting"
$ google calendar add "Lunch with Jim at noon tomorrow"
$ google contacts list name,email > contacts.csv
$ google docs edit --title "Shopping list"
$ google picasa create --title "Cat Photos" ~/photos/cats/*.jpg
$ google youtube post --category Education killer_robots.avi
No es mucho, pero esta lo suficientemente fresco, estoy seguro que en un futuro muy próximo nos traerán muchos más.
Compruebelo usted mismo en el sitio oficial del proyecto aquí.
Fuente | Google Code
$ google blogger post --title "foo" "command line posting"
- Calendar
$ google calendar add "Lunch with Jim at noon tomorrow"
- Contacts
$ google contacts list name,email > contacts.csv
- Docs
$ google docs edit --title "Shopping list"
- Picasa
$ google picasa create --title "Cat Photos" ~/photos/cats/*.jpg
- Youtube
$ google youtube post --category Education killer_robots.avi

























Comentarios recientes