gh icon indicating copy to clipboard operation
gh copied to clipboard

Support gist

Open owenthereal opened this issue 12 years ago • 2 comments

$ gh gist -d "awesome" file1.go file2.rb

$ gh gist file1.go file2.rb
# open editor for description

$ gh gist file.go
# file.go doesn't exist
# open editor for edit

We could do better than this.

owenthereal avatar Dec 31 '13 17:12 owenthereal

API docs: http://developer.github.com/v3/gists/

dgryski avatar Dec 31 '13 20:12 dgryski

create gist in https://github.com/jingweno/gh/pull/165

owenthereal avatar Jan 01 '14 19:01 owenthereal