Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 521 Bytes

File metadata and controls

29 lines (23 loc) · 521 Bytes

🐱 Catfetch

Catfetch is a small and cute fetch program written in Go. Linux only (developed on Arch BTW)

Installation

Download a prebuilt binary from the releases or actions

or

DIY

git clone https://github.com/Domterion/catfetch
cd ./catfetch/
go get -d ./...
go build -ldflags "-w -s"
sudo install -m755 ./catfetch /usr/bin/catfetch
cd ../
rm -rf ./catfetch/
catfetch

License

MIT