It would be nice if xbps-query could support searching packages via xbps-query -s term1 term2 so that the search terms are logically ANDed, i.e. that it would return packages that match both term1 and term2. Theoretically it's already possible with an ERE, but cumbersome for a quick search (remember that the order of term1 term2 should not matter for the search).
Just for the record, multiple other package managers support this type of search, and it seems that users are used to that, see e.g. https://www.reddit.com/r/voidlinux/comments/nubnn4/confuse_to_xbpsquery/
Two random examples where it's useful: "arc theme", "python lsp".
(I know about fuzzypkg, and I also know that one could -s term1 | grep term2, but IMO a built-in solution would be nice here.)
It would be nice if
xbps-querycould support searching packages viaxbps-query -s term1 term2so that the search terms are logicallyANDed, i.e. that it would return packages that match bothterm1andterm2. Theoretically it's already possible with an ERE, but cumbersome for a quick search (remember that the order ofterm1 term2should not matter for the search).Just for the record, multiple other package managers support this type of search, and it seems that users are used to that, see e.g. https://www.reddit.com/r/voidlinux/comments/nubnn4/confuse_to_xbpsquery/
Two random examples where it's useful: "arc theme", "python lsp".
(I know about fuzzypkg, and I also know that one could
-s term1 | grep term2, but IMO a built-in solution would be nice here.)