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
- Host: GitHub
- URL: https://github.com/mellowmarshe/catfetch
- Owner: mellowmarshe
- License: mit
- Archived: true
- Created: 2021-12-09T00:47:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T17:12:56.000Z (about 4 years ago)
- Last Synced: 2024-10-28T16:42:33.545Z (over 1 year ago)
- Topics: fetch, linux
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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