Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k3yss/gofetch
A system fetch utility written in golang
https://github.com/k3yss/gofetch
Last synced: about 1 month ago
JSON representation
A system fetch utility written in golang
- Host: GitHub
- URL: https://github.com/k3yss/gofetch
- Owner: k3yss
- License: mit
- Created: 2023-10-27T18:11:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T08:08:10.000Z (about 1 year ago)
- Last Synced: 2023-11-12T10:24:16.404Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 4.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Gofetch
A system fetch utility written in Golang.
![image](screenshot.png)
### Prerequisites
* Golang (obviously)### Installation
* Clone the repo
````bash
$ git clone https://github.com/k3yss/gofetch.git
````
* Build the binary
````bash
$ go build
````
* Copy the binary
````bash
$ cp gofetch /usr/local/bin/gofetch
````
* Run
````bash
$ gofetch
````
### Docker
> Additionally you can use docker to run gofetch without installing any external dependencies.
````bash
$ docker build -t gofetch .
$ docker run -it gofetch
````