We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4d948 commit e731ee1Copy full SHA for e731ee1
README.md
@@ -4,7 +4,7 @@
4
5
A npx-like script runner for GitHub gists
6
7
-Fetch scripts from GitHub Gists and execute them as if they were native scripts.
+Fetch scripts from GitHub Gists and execute them as if they were native scripts. Uses the GitHub CLI for authentication under the hood.
8
9
## Installation
10
@@ -29,10 +29,10 @@ You can get a nix flake from https://github.com/flexwie/nur-packages
29
## Usage
30
31
```sh
32
-ghs <user>/<gist>
+ghs [<user>/]<gist>
33
```
34
35
-for example: `ghs flexwie/test.sh`
+for example: `ghs flexwie/test.sh`. If no username is provided, the currently logged in user will be assumed.
36
37
## Executors
38
0 commit comments