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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧶 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

About

a simple info utility

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages