Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 383 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 383 Bytes

gh-fetch

A simple tool to fetch release assets from GitHub repositories interactively.

Installation

gh extension install kranurag7/gh-fetch

Demo

asciicast

Usage

# download assets from a repo
gh fetch -R sigstore/cosign # press enter or d to download
# download from a specific tag
gh fetch -R sigstore/cosign -t v2.0.0