How to copy/paste a file from gist to local folder? #317
Unanswered
SirIntruder
asked this question in
Q&A
Replies: 1 comment
-
When pull request #303 will be merged and released you'll be able to download files or even full gists to your local drive |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Gistpad to store various useful snippets/scripts that could be used across projects. For this reason, I frequently need to copy a whole file from some gist, and then paste it at some location in the project.
Unfortunately, the best way I've found to this is to make a new local file, rename it to the name of the gist, and then copy/paste gist contents manually. Not the worst thing in the world, but I would expect that I could Ctrl+C a selected Gist file, and than Ctrl+V somewhere in the file explorer, it would be far less cumbersome.
Am I missing something, is there a command somewhere that could make copying files from Gist to the local folder easier?
Beta Was this translation helpful? Give feedback.
All reactions