feature request: support showing properties for all installed packages in xbps-query
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức phù hợp với người mới
- 38/100
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
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.
- Ngôn ngữ chính
- C
- Star
- 1.1k
- Fork
- 151
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của void-linux/xbps
-
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 68/100
void-linux/xbps#475 ·
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 55/100
void-linux/xbps#700 ·
-
bug
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 45/100
void-linux/xbps#696 ·
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 52/100
void-linux/xbps#695 · 7 bình luận ·
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 48/100
void-linux/xbps#694 · 3 bình luận ·
Tất cả issue của void-linux/xbps
Issue tương tự
-
bug
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 60/100
-
Nmap
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 85/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 65/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 65/100
-
flang:fir-hlfir
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
llvm/llvm-project#225935 ·