$ google picasa create --title "My album" ~/Photos/vacation/*.jpg

再比如你想将硬盘里的某个网页发布为一篇Blogger博文、增加一个Google Calendar的日程、编辑一篇Google Docs文档:
$ google blogger post --blog "My blog" --tags "python, googlecl, development" my_post.html
$ google calendar add "Lunch with Jason tomorrow at noon"
$ google docs edit --title "Shopping list" --editor vim
GoogleCL(Google Command Line Tool)是标准的Python应用,使用Python gdata库来通过命令行使Google Data API直接操作各种Google服务。
在这里还有一些更多的例子,提供.deb包下载,Google希望随着GoogleCL加入更多功能,能在今后进入Debian和Ubuntu里。