Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Add diffutils

Đang mở
#44 3 bình luận 5 reaction 0 người được giao Xem trên GitHub

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
48/100
Loại issue
Tính năng
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Ít trao đổi
Công nghệ
rust
Lĩnh vực
cli

Hướng nghiên cứu

Bắt đầu bằng cách xem xét các triển khai lệnh và các điểm vào packaging hiện có của repository, sau đó so sánh với dự án upstream uutils/diffutils được liên kết trong issue. Công việc được xem là hoàn tất khi các lệnh diffutils được xác định trong issue—cmp, diff, diff3 và sdiff—đã được thêm vào và đã xác nhận rằng chúng khả dụng trên Windows.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

C-feature P-backlog

https://github.com/uutils/diffutils

$ dpkg -S $(realpath $(which diff))
diffutils: /usr/bin/diff
$ dpkg -L diffutils | fgrep /bin/
/usr/bin/cmp
/usr/bin/diff
/usr/bin/diff3
/usr/bin/sdiff
PS> "cmp","diff","diff3","sdiff" | % { gcm $_ }
Get-Command: The term 'cmp' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Alias           diff -> Compare-Object
Get-Command: The term 'diff3' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Get-Command: The term 'sdiff' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Active code page: 65001

C:\>where diff
INFO: Could not find files for the given pattern(s).
Ngôn ngữ chính
Rust
Star
5.2k
Fork
107
Merge trung bình
2 ngày 19 giờ
Pull request đã merge (30 ngày)
4

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. 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.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của microsoft/coreutils

Tất cả issue của microsoft/coreutils

Issue tương tự

Thêm issue về Rust

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.