pkgx icon indicating copy to clipboard operation
pkgx copied to clipboard

the last thing you’ll install

Results 175 pkgx issues
Sort by recently updated
recently updated
newest added

I really like this part of pkgx: https://docs.pkgx.sh/pkgx/scripting#ultra-portable-scripts And while I do prefer writing bash for scripts, I use fish as my terminal shell. So I'd like to be able...

I wanted to package pkgx in [Copr](https://copr.fedorainfracloud.org) (so it can be installed using `dnf` on rpm-based distros, such as Fedora and RHEL). I ran into the following error with `rust2rpm`:...

Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version. Release notes Sourced from rusqlite's releases. 0.33.0 What's Changed Remove lazy_static dependency #1550 Add support to jiff Date / DateTime...

dependencies
rust

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 to 5. Release notes Sourced from aws-actions/configure-aws-credentials's releases. v5.0.0 5.0.0 (2025-09-03) ⚠ BREAKING CHANGES Cleanup input handling. Changes invalid boolean input behavior (see #1445) Features add...

dependencies
github_actions

As you can see, I use the cmd you provided to install pkgx, but fail. Then I simple run the cmd `irm https://pkgx.sh > pkgx.sh` to see what happen. And...

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...

dependencies
github_actions

I want to create my own virtual environment, but not using this method: https://docs.pkgx.sh/pkgx/pkgx#virtual-environments Instead, I would like `pkgx` to gather all the selected packages and install them into a...

Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version. Release notes Sourced from rusqlite's releases. 0.37.0 What's Changed Add FromSqlError::other convenience conversion #1703 Fix warnings #1705 Update bindgen requirement...

dependencies
rust

Updates the requirements on [console](https://github.com/console-rs/console) to permit the latest version. Release notes Sourced from console's releases. 0.16.0 What's Changed The 0.15.12 release was yanked after it turned out to be...

dependencies
rust

Closes #1148 @mxcl, I used Copilot to help me code this. If you believe the code is not acceptable, feel free to just make changes yourself. There is no need...