gh

gh 2.101.0

GitHub CLI tool

https://cli.github.com/
MIT License
main program: ghprograms: gh
Platforms (30)
microblaze-linuxmips64el-linuxx86_64-freebsdaarch64-freebsds390x-linuxaarch64-linuxaarch64-darwinm68k-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  gh
];
Ad-hoc shell
nix-shell -p gh
Flake (nix run)
nix run nixpkgs#gh