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
I have a repo with multiple script with inline meta data, I was wondering if there is a fast way to directly run them from git.
For example with uvx I could use the git+http://.... syntax, but it always expects a package not a script. Is there a way to easily do with one uv command?
Something like this uvx git+https://github.com/user/repo/my_script.py
Preferably it should use git in the background, since vscode automatically authenticated me for github.
Platform
No response
Version
No response
The text was updated successfully, but these errors were encountered:
Question
Hey,
I have a repo with multiple script with inline meta data, I was wondering if there is a fast way to directly run them from git.
For example with
uvx
I could use thegit+http://....
syntax, but it always expects a package not a script. Is there a way to easily do with one uv command?Something like this
uvx git+https://github.com/user/repo/my_script.py
Preferably it should use git in the background, since vscode automatically authenticated me for github.
Platform
No response
Version
No response
The text was updated successfully, but these errors were encountered: