• Stars
    star
    158
  • Rank 235,961 (Top 5 %)
  • Language
    Go
  • License
    MIT License
  • Created almost 4 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🐰 Tiny system info fetch utility.

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 install github.com/Rosettea/bunnyfetch@latest

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.