pkgx
pkgx copied to clipboard
the last thing you’ll install
closes #1190 fixed in https://github.com/jhheider/semverator/pull/50
Running `pkgx +yazi +lazygit` produces the error but swapping the order (`pkgx +lazygit +yazi`) does not. Also weird enough, this only happens on v2 and not on v1.  ```bash...
MCP servers are soooo hot right now. https://modelcontextprotocol.io/introduction When moving between different hosts, having a shared vscode profile having "self installing" mcp servers in project specific settings in mcp_settings.json is...
Bumps [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli) from 3.4.0 to 3.5.0. Release notes Sourced from nosborn/github-action-markdown-cli's releases. v3.5.0 What's Changed There are no functional changes in this release. The Docker image is now reproducible The...
```sh $ docker run -it --rm pkgxdev/pkgx pkgx/ $ pkgx +llvm.org cargo build Error: invalid range description ``` This works on macOS, just not on Linux. The error is thrown...
I got to admit: https://dist.pkgx.dev has been running rock-solid, and I don't even remember a situation where it caused my CI/CD pipelines to fail. However, I want to setup my...
That's to align with the docker official images guideline: https://github.com/docker-library/official-images#tags-and-aliases Maybe for v3, or maybe you can publish both tags for a while, or maybe just make the change outright....
```console # This is available today $ docker pull pkgxdev/pkgx:busybox # But these would be nice too $ docker pull pkgxdev/pkgx:v2-busybox $ docker pull pkgxdev/pkgx:v2.7-busybox $ docker pull pkgxdev/pkgx:v2.7.0-busybox ```
`--offline` would prevent pkgx from making any requests, and instead just fail if the operation cannot be accomplished without internet. - Refs https://github.com/lowlighter/metrics/pull/1724#discussion_r2105575553 - Refs https://github.com/pkgxdev/pkgx/issues/1148#issuecomment-2772598695
```console ❯ mcd $(mktemp -d --dry-run) ❯ pkgx uv venv Using CPython 3.13.3 interpreter at: /home/felipecrs/.pkgx/python.org/v3.13.3/bin/python Creating virtual environment at: .venv Activate with: source .venv/bin/activate ❯ source .venv/bin/activate ❯ which...