https://github.com/donuts-are-good/gofetch
light alternative to neofetch written for fun
https://github.com/donuts-are-good/gofetch
cli donut-utils go golang hacktoberfest linux neofetch screenfetch shell terminal
Last synced: about 1 year ago
JSON representation
light alternative to neofetch written for fun
- Host: GitHub
- URL: https://github.com/donuts-are-good/gofetch
- Owner: donuts-are-good
- License: mit
- Created: 2023-02-04T06:53:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T18:45:35.000Z (over 2 years ago)
- Last Synced: 2025-04-12T21:12:51.559Z (about 1 year ago)
- Topics: cli, donut-utils, go, golang, hacktoberfest, linux, neofetch, screenfetch, shell, terminal
- Language: Go
- Homepage:
- Size: 1.27 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
  
# gofetch
just a simple fetch thing for your terminal
## looks like this
```bash
dh@/Users/dh » gofetch
dh@lisa.local
------------
OS: darwin
Kernel: 23.0.0
Uptime: 7:55
Shell: zsh
CPU: arm64
RAM: 8192MB
GPU: Apple M2
Arch: arm64
Disk: Total: 460.0G
Disk: Free: 143.0G
Disk: Used: 317.0G
```
## built like this
```bash
cd gofetch
go build
./gofetch
```
## supports --nocolors
```bash
./gofetch --nocolors
```