Oh cool! #Github CLI has a quick way to create a gist!
gh gist create *.md *.txt *.py -pwd "my cool stuff"
-p makes public, -w opens web browser after creating, and -d sets description.
gh gist create *.md *.txt *.py -pwd "my cool stuff"
-p makes public, -w opens web browser after creating, and -d sets description.