Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T18:45:35.000Z (about 1 year ago)
- Last Synced: 2024-04-17T17:12:36.094Z (7 months 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
![donuts-are-good's followers](https://img.shields.io/github/followers/donuts-are-good?&color=555&style=for-the-badge&label=followers) ![donuts-are-good's stars](https://img.shields.io/github/stars/donuts-are-good?affiliations=OWNER%2CCOLLABORATOR&color=555&style=for-the-badge) ![donuts-are-good's visitors](https://komarev.com/ghpvc/?username=donuts-are-good&color=555555&style=for-the-badge&label=visitors)
# gofetch
just a simple fetch thing for your terminal## looks like this
```bash
dh@/Users/dh » gofetch
[email protected]
------------
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
```