gophetch

command module
v0.0.0-...-b3d8814 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2022 License: MIT Imports: 9 Imported by: 0

README

gophetch

A BLAZINGLY FAST sysfetch written in Go.

Screenshot

Why?

I wanted to mess around with goroutines and channels and a sysfetch made sense for async.

How?

gophetch creates a bunch of goroutines with channels and waits on each channel to print the pre-formatted string that each goroutine pushes to it.

Building and Installing

TL;DR: go build, copy to directory of your choice (usually /usr/local/bin/)

  1. Clone the repo git clone https://github.com/calvinlarimore/gophetch.git
  2. Move into the repo cd gophetch
  3. Build binary go build
  4. Copy binary to /usr/local/bin/ (or anywhere else) sudo cp gophetch /usr/local/bin/
  5. That's it!

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL