Hacker News new | ask | show | jobs
by jimbauwens 2873 days ago
Thanks, used the JSON files to quickly script a console version. Now I have a kitty giving me a nice quote with the time every time I open a new terminal :)
1 comments

Care to share?
Sorry, missed your reply.

Here you go: https://github.com/jimbauwens/literature-clock-console .

It's a very simple node.js application. If you don't like node.js the logic can be easily ported to any other language. I just didn't feel like parsing the data files with a shell script.