Hacker News new | ask | show | jobs
by natchy 1753 days ago
I’ve never seems a timeline-view calendar in the terminal like here: https://github.com/SitanHuang/ledg

What libraries were used to do that? I don’t see a package.json

2 comments

Thx for linking to my project! I created it with dependency-free in mind so I don't actually use any library at all, hence the absence of package.json.

Lemme know if you ever need any help with ledg!

It's not complicated enough to need a library. Here's the code: https://github.com/SitanHuang/ledg/tree/develop/lib/cli/char...