repositorypackage
0.0.0-20210905185908-a3d2941abfc8
Repository: https://github.com/arkizenty/finfetch.git
Documentation: pkg.go.dev
# README
A simple clock for the terminal written in [Go]
About
Finfetch is a simple clock for the terminal/cmd that provides a fast and simple way of showing the time and date with ascii art. Finfetch was originally created for unix-based setups but also provides support for Windows and OSX.
Installation
Using Go Get
Go is required
go get github.com/arkizenty-dev/finfetch`
finfetch
Compiling from code
Go is required
go get github.com/fatih/color
git clone github.com/arkizenty-dev/finfetch
cd finfetch
go build main.go