Skip to content
/ Grive Public

A command line interface for google docs, written in go. [Deprecated]

License

Notifications You must be signed in to change notification settings

nhrade/Grive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Grive

A command line interface for google drive written in go

Made @ HackRU

To build go must be installed along with the dependencies using the go get tool

  • github.com/skratchdot/open-golang
  • code.google.com/p/google-api-go-client/drive/v2
  • code.google.com/p/goauth2/oauth

then run

  • go build

To use make grive executable and then ./grive [command] [args]

To upload a file ./grive upload [title] [filename]

To delete a file ./grive delete [title]

To rename file ./grive rename [target] [source]

About

A command line interface for google docs, written in go. [Deprecated]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published