Max Howell
Max Howell
Yeah there is https://rust-script.org/ which `pkgx` has already packaged so it would be something like: ```rust #!/usr/bin/env -S pkgx +cargo rust-script //! ```cargo //! [dependencies] //! time = "0.1.25" //!...
Note that an AI can automatically install a temporary `pkgx` via [our MCP server](https://github.com/pkgxdev/mcp). Though exactly how that can integrate with the use of other MCP servers I am not...
I may have fixed this for pantry^2, I remember looking into something or other. All the same what is the issue specifically do we know? The python that is referenced...
`pkgx^1` had `--keep-going` which would work this way, but I think probably this route is better. `--offline` makes sense. The flag is fine IMO, especially if there is precedent. Is...
I want to make `pkgq` for this.
Changed my mind, `pkgx -q git` would return an exit code, where `pkgx -qv git` would return `git-scm.org` or the path if installed and `pkgx -qj git` would return json.
Can you explain your usage? Your example was for `pkgx -Q git` not `pkgx -Q git-scm.org` Edit: I see the need for “can you run this?” but deeper queries belong...
In order to understand better how to implement this I am wondering what are you trying to do with the data?
Thank you. But yeah. This would be `pkgq` IMO.
Though I am ok with adding the `--json` response to what we have here with the full list of provides. But the input needs to be a program not a...