wordklok - Get the time in words.
go
 
 
Go to file
Felix Niederwanger 4a7b621986
Make background text red
Color the background text red instead of white.
2022-11-10 21:06:26 +01:00
.gitignore Kickoff 2022-10-20 20:42:30 +02:00
Makefile Add install 2022-10-20 20:44:35 +02:00
README.md Add colors 2022-10-20 21:11:51 +02:00
woordklok.go Make background text red 2022-11-10 21:06:26 +01:00

README.md

woordklok

Dutch woordklok, written in go.

Usage

The program applies colors if it is run within a tty. To explicitly use colors use -c, to never use colors use the batch mode -b

$ ./woordklok
HETknISadvzVIJFtiengkwartbOVERvoormhalfyachtweezesdrielftienxzeveNEGENviertwaalfeenvijfUUR

Give a list of all available options with

./woordklok -h            # Display help message

Building

# Pick your favorite, both should work
make
go build ./...

Install

The Makefile contains an installation part, that builds and installs woordklok to ~/bin/

make install

Alternatively you can also install the woordklok binary to /usr/local/bin yourself:

sudo install -m 755 woordklok /usr/local/bin