NAME

gdocs - Bring Google Documents to the command line

VERSION

SYNOPSIS

gdocs [OPTIONS] COMMAND [ARGS]

Commands:
  upload 	FILES
  list		[STRING]
  download	FILE
  trash	FILE
  help

Options:
  --email, -e  EMAIL
  --pwd, -p    PASSWORD
  --format, -f FORMAT
  --dest, -d   FILE

COMMANDS

upload FILES

upload file to Google Docs

list [STRING]

list docs filtering by STRING (can be empty)

download FILE

download a document

trash FILE

move a document to the trash

help

show an help message

OPTIONS

--email, -e EMAIL

set login email

--pwd, -p PASSWORD

set login password

--format, -f FORMAT

set download format (to be used with command 'download')

--dest, -d FILE

set download destination (to be used with command 'download')

CONFIGURATION

The following environment variables will affect gdocs behaviour:

GOOGLE_EMAIL

Specifies the login email. If blank uses EMAIL.

GOOGLE_PASSWORD

Specifies the login password.

AUTHOR

Alessandro Ghedini, <alexbio at cpan.org>

LICENSE AND COPYRIGHT

Copyright 2011 Alessandro Ghedini.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.