Skip to content

mapitman/beats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beats

Prints the current Internet Time in beats.
Welcome to 1998!

Uses the internettime package.

Usage

docker run --rm mapitman/beats

Add an alias to your .bashrc!

alias beats="docker run --rm mapitman/beats"

Build the Docker image

git clone git@github.com:mapitman/beats
make docker

# run the container to test it out
make run

Build natively

git clone git@github.com:mapitman/beats
make

# if you want to install the binary in your $GOPATH/bin
make install

Run it as a clock

watch -t -n1 "beats | figlet -k -f slant"
   ______  _____ ___   ___
  / ____ \|__  /|__ \ |__ \
 / / __ `/ /_ < __/ / __/ /
/ / /_/ /___/ // __/ / __/
\ \__,_//____//____//____/
 \____/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published