/tacoma

Primary LanguageGo

TACOMA

It's like neofetch, but for github users.

I saw something similar on reddit and decided to recreate it using only golang.

Original inspiration: octofetch Reddit Post

tacoma

Usage

tacoma username

Build

# to run without installing it
make run
# to install to /usr/bin
make install
# to build a binary
make build