You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code::Stats plugins for Zsh and Vim • Hannu Hartikainen
To get this blog started, I’m writing about some code I’ve put online. The most interesting are probably the two Code::Stats plugins I’ve created.
Code::Stats is a free service for collecting stats about writing code. It’s a for-fun side project of a colleague. Basically the server exposes an API that receives character counts per language along with a timestamp. The data is gathered by editor plugins.
Zsh plugin for Code::Stats I thought it would be fun to see how much I type in the terminal, so I created a Zsh plugin for that.
Code::Stats plugins for Zsh and Vim • Hannu Hartikainen
To get this blog started, I’m writing about some code I’ve put online. The most interesting are probably the two Code::Stats plugins I’ve created.
Code::Stats is a free service for collecting stats about writing code. It’s a for-fun side project of a colleague. Basically the server exposes an API that receives character counts per language along with a timestamp. The data is gathered by editor plugins.
Zsh plugin for Code::Stats I thought it would be fun to see how much I type in the terminal, so I created a Zsh plugin for that.
https://hannuhartikainen.fi/blog/code-stats-plugins/
The text was updated successfully, but these errors were encountered: