zopencommunity / meta

Meta repository to tie together the various underlying zopen repositories
https://zopen.community
Apache License 2.0
40 stars 30 forks source link

zopen query regex match local #621

Open gngrossi opened 11 months ago

gngrossi commented 11 months ago

Can zopen query be used to regex match packages against locally installed tools?

DevonianTeuchter commented 11 months ago

Not currently - if I understand; you mean something like '''zopen query --installed .zip.''' to return zip, bzip2, gzip, unzip if they were all installed? As the number of packages increases, can see this being useful but just piping zopen list --installed --no-version through grep (for example) should work in the meantime...