repositorypackage
0.0.0-20220505171252-2c1d208049d0
Repository: https://github.com/domterion/catfetch.git
Documentation: pkg.go.dev
# README
🐱 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