gistpad icon indicating copy to clipboard operation
gistpad copied to clipboard

run in terminal

Open copdips opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. VSCode can run any local file in the terminal, but same thing doesn't work for file in GistPad, as the file path is /file_name

Describe the solution you'd like Is it possible to when running the run file in terminal, download automaticaly the gist file to a local temp folder, and run from there?

copdips avatar Sep 27 '24 22:09 copdips

Are you asking because you want to store re-usable shell scripts in a gist and then execute them on your local machine?

lostintangent avatar Feb 16 '25 19:02 lostintangent

no really, vscode can run any selected line or lines in terminal, not just to a whole file.

copdips avatar Feb 16 '25 22:02 copdips

Are you using an extension to provide this functionality? Because if so, then this issue should be filed in the extension, since it would be trivial for them to support virtual file systems.

lostintangent avatar Aug 05 '25 02:08 lostintangent

I'm going to close this for now, since I haven't heard any additional interest in an integration here, and I believe this should work as long as any additional extensions support VFS. But please re-open if that's incorrect 🙏🏼

lostintangent avatar Aug 07 '25 05:08 lostintangent

sorry for my late response, I'm using F4, provided by Microsoft official Python extension I think.

Image

I will try to fire a issue there.

copdips avatar Sep 10 '25 18:09 copdips