You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know, I am not able to update a gist from the clipboard. Is it possible to add a function to update from the clipboard?
# create a gist from the clipboard with file name and description.
gist -P -f myfile.py -d "my description"
# REQUEST
# update a gist from the clipboard
gist -uP your-gist-id myfile.py
The text was updated successfully, but these errors were encountered:
shinokada
changed the title
Request to update from the clipboard
Feature Request to update from the clipboard
Feb 14, 2020
As far as I know, I am not able to update a gist from the clipboard. Is it possible to add a function to update from the clipboard?
The text was updated successfully, but these errors were encountered: