Skip to content
/ go Public
forked from ebigelow/go

skicka and other junk to get research data and other junk set up on new server

License

Notifications You must be signed in to change notification settings

mayank-kc/go

 
 

Repository files navigation

go & skicka

Basic go stuff to get skicka up and running. This lets you use google drive from the command line, e.g.

skicka download my/big/file.zip ./file.zip

Throw this in your .bashrc (assuming this directory is cloned to $HOME/lib/go):

# Go
export GOROOT=$HOME/lib/go
export GOPATH=$HOME/lib/go/code
export PATH=$PATH:$HOME/lib/go/bin:$GOPATH/bin

and then run skicka init to log into your google drive account. After that everything should work!

About

skicka and other junk to get research data and other junk set up on new server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 90.1%
  • Assembly 6.0%
  • HTML 2.9%
  • C 0.6%
  • Shell 0.2%
  • Perl 0.1%
  • Other 0.1%