feature request: support showing properties for all installed packages in xbps-query
まだ誰も着手していません。
評価
調査の方向性
Start with the xbps-query command and its existing --list-pkgs and --property behavior. Decide whether the feature should use the default mode or a separate option, then verify that installed_size, pkgver, and architecture can be shown for every installed package without the awk/xargs pipeline.
索引モデルが issue の本文から書いたものです。
説明
Currently showing properties for packages in xbps-query requires the package name.
And batch query can be achieved by piping to xargs but it's more slow:
xbps-query --list-pkgs \
| awk '{ print $2 }' \
| xargs -rn1 xbps-query --property installed_size,pkgver,architecture
It would be great if xbps-query can support showing properties of all installed packages by default or by a seperate option.
- 主要言語
- C
- スター
- 1.1k
- フォーク
- 151
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
void-linux/xbps のほかの issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 68/100
void-linux/xbps#475 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 55/100
void-linux/xbps#700 ·
-
bug
難易度 3/5 1〜2日 初心者へのやさしさ 45/100
void-linux/xbps#696 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 52/100
void-linux/xbps#695 · コメント 7 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 48/100
void-linux/xbps#694 · コメント 3 件 ·
void-linux/xbps の issue をすべて見る
似ている issue
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
bradcypert/plum#53 ·
-
Component: GLib
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
Status: Opened
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
nextbsd/nextbsd-userland#285 ·