Skip to content
/ ghr Public

Find GitHub repository's release version string from CLI

Notifications You must be signed in to change notification settings

yowcow/ghr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

GHR

A tool to fetch a release version string from GitHub releases.

HOW TO INSTALL

With Go:

go install github.com/yowcow/ghr

Or download binary executable from releases, and place it in $PATH.

HOW TO USE

To print the latest Vim version, do:

ghr -repo vim/vim HEAD

To print the version 3 releases prior to the latest, do:

ghr -repo vim/vim HEAD^^^

About

Find GitHub repository's release version string from CLI

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published