github repository by last update date using gh command.** To sort the GitHub repositories by the last update date, we can use the gh command with the --sort option. The updated field can be used to sort the repositories by the date of the last update. Let's execute this command. gh repo list --limit 100 --sort updated
gh repo list command does not upport the --sort option. However, we can achieve the same result by using the gh api command to interact with the GitHub API directly. This will allow us to sort the repositories by the last update date. gh api コマンドを使えばできるっぽいがあまり複雑なシェルコマンドを打ちたくない(情 弱) → じゃあどうするか → 僕たちには R があるじゃないか