git-my-key

command module
v0.0.0-...-92f1666 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2015 License: MIT Imports: 7 Imported by: 0

README

Git My Key!

Simple util to fetch a users public key from github.com's API.

Install
Via go get
go get -u github.com/jmervine/git-my-key/v1

Note: ensure GOBIN environment variable is set.

Something like:

$ test "$GOBIN" || (mkdir ~/.gobin && export GOBIN=~/.gobin)

Download

Currently I only have the linux/x86_64 binaries ready.

$ curl -sS -O http://static.mervine.net/go/linux/x86_64/git-my-key && chmod 755 git-my-key
$ ./git-my-hey help
Use
NAME:
   ./git-my-key - fetch users public key from github.com

USAGE:
   ./git-my-key [global options] command [command options] [arguments...]

VERSION:
   0.0.1

AUTHOR:
  Joshua Mervine <joshua@mervine.net> - <unknown@email>

COMMANDS:
   help, h	Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --username, -u 	target user's github username
   --output, -o 	public key output file
   --append, -a		append key to output file
   --help, -h		show help
   --version, -v	print the version

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/github.com/codegangsta/cli
Package cli provides a minimal framework for creating and organizing command line Go applications.
Package cli provides a minimal framework for creating and organizing command line Go applications.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL