Skip to content

leereilly/gh-changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-changelog

A GitHub CLI extension to view the latest GitHub Changelog entries directly in your terminal.

Built using GitHub Copilot CLI for the GitHub Copilot CLI Challenge.

Demo GIF

Installation

gh extension install leereilly/gh-changelog

Usage

View recent changelogs

gh changelog

Example output:

ID      TITLE                                                                                       UPDATED
#0      GPT-9000-Codex is now available in Visual Studio, JetBrains IDEs, and Emacs                 Today
#1      GitHub Copilot Chat learned sarcasm (enable with COPILOT_SASS=true)                         2 days ago
#2      CodeQL 13.37 as been released                                                               3 days ago
#3      1 vCPU Linux runner now generally available in GitHub Actions                               4 days ago
#4      GitHub Copilot CLI: Plan before you build, steer as you go                                  5 days ago
#5      Install and Use GitHub Copilot CLI directly from the GitHub CLI                             5 days ago
#6      CodeQL 2.23.9 has been released                                                             6 days ago
#7      Strengthen your supply chain with code-to-cloud traceability and SLSA Build Level 3 sec...  6 days ago
#8      Enterprise-scoped budgets that exclude cost center usage in public preview                  6 days ago
#9      GitHub Copilot now supports OpenCode                                                        10 days ago

The --pretty flag includes the full content with HTML converted to readable plain text. It will be even prettier when someone tackles #1. Anyone?

View specific changelog

gh changelog view 0

Example output:

GPT-9000-Codex is now available in Visual Studio, JetBrains IDEs, and Emacs
---------------------------------------------------------------------------

Today we're excited to announce that GPT-9000-Codex, our most advanced 
AI coding model, is now available across all major IDEs.

What's new:
• 10x faster code completions with 99.7% accuracy
• Full codebase understanding up to 2 million tokens
• Native support for 150+ programming languages
• Real-time pair programming with voice commands

Get started today by updating your GitHub Copilot extension.

Open specific changelog in browser

gh changelog open 0

Development

Requirements

  • Go 1.21+

Build

go build -o gh-changelog

Test

go test -v

How It Works

This extension fetches the RSS feed from https://github.blog/changelog/feed/ and displays entries in reverse chronological order (newest first).

License

MIT

About

A GitHub CLI extension to view the latest GitHub Changelog entries directly in your terminal.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages