orthros / bunnyfetch

🐰 Tiny system info fetch utility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bunnyfetch

🐰 Tiny system info fetch utility.

GitHub license GitHub stars
Bunnyfetch is a small and fast tool for getting info about your system. The idea is from this here and I decided to make it crossplatform in Go.


Install

Binaries are provided at the releases page here. Or, you can just run go get -u github.com/Rosettea/bunnyfetch

Manual Compile

git clone https://github.com/Rosettea/Bunnyfetch
cd Bunnyfetch
go get -d ./...
go build -ldflags "-w -s" # ldflags make the binary smaller

License

Bunnyfetch is licensed under the MIT license.
Read here for more info.

About

🐰 Tiny system info fetch utility.

License:MIT License


Languages

Language:Go 100.0%