aboutsummaryrefslogtreecommitdiffstats
path: root/cli
AgeCommit message (Collapse)Author
2016-02-21go fmtPetter Rasmussen
2016-02-06optional -> flagGroupPetter Rasmussen
2016-02-06Use FlagGroup instead of mapPetter Rasmussen
2016-02-03Remove debug printPetter Rasmussen
2016-01-23Move things around, support subcommand helpPetter Rasmussen
2016-01-23Prevent mutation of input valuesPetter Rasmussen
2016-01-22Copy slicePetter Rasmussen
2016-01-21Improve parsersPetter Rasmussen
2016-01-18Add StringSliceFlag and StringSliceParserPetter Rasmussen
2016-01-18Store captured values as interface{} and type castPetter Rasmussen
2016-01-16Basic list and download supportPetter Rasmussen
2015-07-18Use os.Chdir (#56)Petter Rasmussen
Apparently file.Chdir is not supported on windows
2015-07-18Filter unwanted files with search queryPetter Rasmussen
--max should now return the correct count when listing files
2015-07-14Where appropriate retrieves multiple pages when listing filesMaurice Berk
2015-05-23Add --bytes flag to list and infoPetter Rasmussen
2015-05-23Add quota flagPetter Rasmussen
2015-05-23Add flag --include-docs to include google docs in listingPetter Rasmussen
2015-05-23Show available formats for given file. Change export arg to --formatPetter Rasmussen
2015-05-19Remove debug infoBart van der Schans
2015-05-19Add option for exporting google docs and overwriting existing filesBart van der Schans
2015-02-26fixed bug that named all stdin uploads "untitled"Carlos Garay
2015-02-23Use resumable uploadPetter Rasmussen
2015-02-23Use forked lib with resumable upload fixPetter Rasmussen
2015-02-22Support recursive directory uploadsPetter Rasmussen
2015-02-22Update import pathPetter Rasmussen
2014-09-15Fix ups.Travis
2014-09-15Removed logging cruft.Travis
2014-09-11First attempt at uploading folders.Travis
2014-04-06Added convert parameterfeschroe
Convert file to Google Docs format on-the-fly while uploading
2014-03-15Return error from funcs so that defers are runMichael 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-15Go fmt the code and use proper importsMichael Crosby
This allows people to be able to go get your project.
2014-02-18Added support for mime types while uploadingNorman Casagrande
2014-02-15Print file info after creating folderPetter Rasmussen
2014-02-15Add Parents field to printInfoPetter Rasmussen
2014-02-15Folder support addedErich Roncarolo
2013-11-04Exit with non-zero error code on errorPetter Rasmussen
2013-08-07Added MIME type detection during upload; Google Drive API does not correctly ↵Matthew Huie
determine MIME type if blank
2013-07-24Fix typoMark Steve Samson
2013-01-01version 1Petter Rasmussen