From 79ff0fddd8cfdd7786d4eadad72410c0918331c4 Mon Sep 17 00:00:00 2001 From: Avelino Date: Wed, 16 Nov 2016 23:52:10 -0200 Subject: [PATCH] added Google Drive client for command line, ref #1108 suggestion by @ManuCart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3693330c..d2344232 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [climax](http://github.com/tucnak/climax) - An alternative CLI with "human face", in spirit of Go command * [cobra](https://github.com/spf13/cobra) - A Commander for modern Go CLI interactions * [docopt.go](https://github.com/docopt/docopt.go) - A command-line arguments parser that will make you smile. +* [drive](https://github.com/odeke-em/drive) - Google Drive client for the commandline * [go-arg](https://github.com/alexflint/go-arg) - Struct-based argument parsing in Go * [go-flags](https://github.com/jessevdk/go-flags) - go command line option parser * [kingpin](https://github.com/alecthomas/kingpin) - A command line and flag parser supporting sub commands.