Skip to content

Commit dfe1c4e

Browse files
committed
wip
1 parent 137e974 commit dfe1c4e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- run: |
3838
cat <<EoD> Dockerfile
3939
FROM pkgxdev/pkgx
40+
RUN pkgx --version
4041
RUN if git --version; then exit 1; fi
4142
RUN pkgx git --version
4243
RUN pkgm install git

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,15 @@ pprint([(k, v["title"]) for k, v in data.items()][:10])
243243
> for scripts to show the world what is possible when the whole open source
244244
> ecosystem is available to your scripts Check it out [`mash`].
245245
246+
## Recursive Run
247+
248+
Easily run tools from other language ecosystems:
249+
250+
```sh
251+
pkgx uvx cowsay "Run Python (PyPi) programs with `uvx`" # or pipx
252+
pkgx bunx cowsay "Run JavaScript (NPM) programs tools with `bunx`" # or `npx`
253+
```
254+
246255
## Magic
247256
248257
It can be fun to add magic to your shell:

0 commit comments

Comments
 (0)