NAME
gdocs - bring Google Documents to the command line
VERSION
SYNOPSIS
gdocs [OPTIONS] COMMAND [ARGS]
Commands:
upload FILES
list [STRING]
download FILE
trash FILE
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
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.
- DONE_PWD
-
Specifies the login password.
AUTHOR
Alessandro Ghedini, <alexbio at cpan.org>
BUGS
Please report any bugs or feature requests to bug-app-google-docs at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-Google-Docs. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc gdocs
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
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.