arc paste alternative for github

‎Phil Dibowitz‎ to Ex-Facebook Engineering

I was missing arc paste in my GitHub workflow, so I contributed a gist subcommand to the GitHub's hub CLI a while ago. A new version was just released which includes it..

somecommand | hub gist create --public

hub gist create <file1> <file2>

hub gist show <ID>

And yes it works on both public and enterprise GH.

link