Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Add diffutils

オープン
#44 コメント 3 件 リアクション 5 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
48/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
静か
技術スタック
rust
領域
cli

調査の方向性

まず、リポジトリに既存するコマンド実装とパッケージングのエントリーポイントを確認し、次に issue にリンクされている upstream プロジェクト uutils/diffutils と比較します。issue で特定されている diffutils コマンド—cmp、diff、diff3、sdiff—を追加し、Windows で利用できることを確認できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

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).
主要言語
Rust
スター
5.2k
フォーク
107
平均マージ
2日 19時間
マージ済み PR(30日)
4

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

microsoft/coreutils のほかの issue

microsoft/coreutils の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。