Monitor our on-going decay.

Sacha Ligthert d29d658d72 Added a buildscript. 2 лет назад
.gitignore d29d658d72 Added a buildscript. 2 лет назад
README.md 4e60a3d5e5 Initial Commit -- I am a noob 3 лет назад
build.sh d29d658d72 Added a buildscript. 2 лет назад
go.mod 4e60a3d5e5 Initial Commit -- I am a noob 3 лет назад
tp.go d7b94b978c Add support for flags. Disable or enable day or year renders. Provide a way to add a third and custom epoch. 2 лет назад
tp_test.go 70fe89228d Make test of all the fixed value functions 3 лет назад

README.md

TimePercentage

by Sacha Ligthert 2022, Amsterdam

Goal

Print the current day and year in percentages along with a bar for visual reference.

For example. This was taken at 20:05 on 15th of December 2022:

▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░░░░░░░ 83.7354816%
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░ 95.5718780%

This is goes great with Conky and it allows you to display this on your desktop. As the past grows larger and times keeps ebbing away, this tool allows you to track this.

Building

Checking out this repo and running go build should do this for you.