An open API service indexing awesome lists of open source software.

https://github.com/mellowmarshe/catfetch

🐱 // Catfetch is a small and cute fetch program written in Go
https://github.com/mellowmarshe/catfetch

fetch linux

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

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

```sh
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