/catfetch

🐱 // Catfetch is a small and cute fetch program written in Go

Primary LanguageGoMIT LicenseMIT

🐱 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