Email or username:

Password:

Forgot your password?
2 comments
masukomi

@kytta 🤔 i can think of some ways to track that, but I'm wondering how you're doing it, and what you shoved it into that gave you that graph.

Nikita

@masukomi to track this, I use WakaTime [1]. A horrific service, it has plugins for basically everything (including terminal-based editors, Unix shells, and web browsers) to track time automatically. I then use a GitHub Action called "waka-box" [2] which converts it into an ASCII art GitHub Gist that I can pin on my profile.

[1]: wakatime.com/
[2]: github.com/matchai/waka-box

Go Up