pkgsrc-wip/googlecl/DESCR
Ryo ONODERA ea5a12eea1 Import googlecl-0.9.12 as wip/googlecl.
GoogleCL brings Google services to the command line.
We currently support the following Google services:
    * Blogger
          $ google blogger post --title "foo" "command line posting"
    * Calendar
          $ google calendar add "Lunch with Jim at noon tomorrow"
    * Contacts
          $ google contacts list Bob name,email > the_bobs.csv
    * Docs
          $ google docs edit "Shopping list"
    * Finance
          $ google finance create-txn "Savings Portfolio" NASDAQ:GOOG Buy
    * Picasa
          $ google picasa create "Cat Photos" ~/photos/cats/*.jpg
    * Youtube
          $ google youtube post --category Education killer_robots.avi
2011-03-10 13:35:51 +00:00

16 lines
655 B
Text

GoogleCL brings Google services to the command line.
We currently support the following Google services:
* Blogger
$ google blogger post --title "foo" "command line posting"
* Calendar
$ google calendar add "Lunch with Jim at noon tomorrow"
* Contacts
$ google contacts list Bob name,email > the_bobs.csv
* Docs
$ google docs edit "Shopping list"
* Finance
$ google finance create-txn "Savings Portfolio" NASDAQ:GOOG Buy
* Picasa
$ google picasa create "Cat Photos" ~/photos/cats/*.jpg
* Youtube
$ google youtube post --category Education killer_robots.avi