Skip to content

Instantly share code, notes, and snippets.

@Gavinok
Last active May 1, 2020 19:35
Show Gist options
  • Save Gavinok/bfcf54a4d3de4fbdc7953f34a7002f63 to your computer and use it in GitHub Desktop.
Save Gavinok/bfcf54a4d3de4fbdc7953f34a7002f63 to your computer and use it in GitHub Desktop.
Create a gist using githubs hub cli program
command! -range=% Gist silent execute <line1> . "," . <line2> . "w !hub gist create -c -"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment