Skip to content
This repository was archived by the owner on Jul 27, 2026. It is now read-only.

Latest commit

History

History
54 lines (35 loc) 路 712 Bytes

File metadata and controls

54 lines (35 loc) 路 712 Bytes

馃Ф yarnfetch

a simple info utility

screenshot

screenshot

install

go

go install github.com/yaaaarn/yarnfetch@latest

or to run temporarily

go run github.com/yaaaarn/yarnfetch@latest

nix flake

add to your flake.nix inputs:

yarnfetch = {
  url = "github:yaaaarn/yarnfetch";
  inputs.nixpkgs.follows = "nixpkgs";
};

then add yarnfetch.packages.${system}.default to your environment.systemPackages or home-manager packages.

dev

# enter the dev shell (if using nix)
nix develop

# install dependencies
go mod tidy

# build the binary
go build .

license

mit