| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-21 | go fmt | Petter Rasmussen | |
| 2016-02-06 | optional -> flagGroup | Petter Rasmussen | |
| 2016-02-06 | Use FlagGroup instead of map | Petter Rasmussen | |
| 2016-02-03 | Remove debug print | Petter Rasmussen | |
| 2016-01-23 | Move things around, support subcommand help | Petter Rasmussen | |
| 2016-01-23 | Prevent mutation of input values | Petter Rasmussen | |
| 2016-01-22 | Copy slice | Petter Rasmussen | |
| 2016-01-21 | Improve parsers | Petter Rasmussen | |
| 2016-01-18 | Add StringSliceFlag and StringSliceParser | Petter Rasmussen | |
| 2016-01-18 | Store captured values as interface{} and type cast | Petter Rasmussen | |
| 2016-01-16 | Basic list and download support | Petter Rasmussen | |
| 2015-07-18 | Use os.Chdir (#56) | Petter Rasmussen | |
| Apparently file.Chdir is not supported on windows | |||
| 2015-07-18 | Filter unwanted files with search query | Petter Rasmussen | |
| --max should now return the correct count when listing files | |||
| 2015-07-14 | Where appropriate retrieves multiple pages when listing files | Maurice Berk | |
| 2015-05-23 | Add --bytes flag to list and info | Petter Rasmussen | |
| 2015-05-23 | Add quota flag | Petter Rasmussen | |
| 2015-05-23 | Add flag --include-docs to include google docs in listing | Petter Rasmussen | |
| 2015-05-23 | Show available formats for given file. Change export arg to --format | Petter Rasmussen | |
| 2015-05-19 | Remove debug info | Bart van der Schans | |
| 2015-05-19 | Add option for exporting google docs and overwriting existing files | Bart van der Schans | |
| 2015-02-26 | fixed bug that named all stdin uploads "untitled" | Carlos Garay | |
| 2015-02-23 | Use resumable upload | Petter Rasmussen | |
| 2015-02-23 | Use forked lib with resumable upload fix | Petter Rasmussen | |
| 2015-02-22 | Support recursive directory uploads | Petter Rasmussen | |
| 2015-02-22 | Update import path | Petter Rasmussen | |
| 2014-09-15 | Fix ups. | Travis | |
| 2014-09-15 | Removed logging cruft. | Travis | |
| 2014-09-11 | First attempt at uploading folders. | Travis | |
| 2014-04-06 | Added convert parameter | feschroe | |
| Convert file to Google Docs format on-the-fly while uploading | |||
| 2014-03-15 | Return error from funcs so that defers are run | Michael Crosby | |
| If you do an os.Exit from your functions any defer's that are supposed to be run will not because the application gets terminated. Defers only run when the function returns so it is better to return the errs from your functions instead of aborting with an exit. This patch also ensures that the error messages are printed on stderr and not stdout. FYI, fmt.Print* writes to stdout while the log pkg writes to stderr. | |||
| 2014-03-15 | Go fmt the code and use proper imports | Michael Crosby | |
| This allows people to be able to go get your project. | |||
| 2014-02-18 | Added support for mime types while uploading | Norman Casagrande | |
| 2014-02-15 | Print file info after creating folder | Petter Rasmussen | |
| 2014-02-15 | Add Parents field to printInfo | Petter Rasmussen | |
| 2014-02-15 | Folder support added | Erich Roncarolo | |
| 2013-11-04 | Exit with non-zero error code on error | Petter Rasmussen | |
| 2013-08-07 | Added MIME type detection during upload; Google Drive API does not correctly ↵ | Matthew Huie | |
| determine MIME type if blank | |||
| 2013-07-24 | Fix typo | Mark Steve Samson | |
| 2013-01-01 | version 1 | Petter Rasmussen | |
