Micro plugin that counts your keypresses and saves statistics to Code::Stats.
- curl
- Open Micro Config in a text editor
- Add the following options to the config.
{
"pluginrepos": ["https://raw.githubusercontent.com/redfire75369/code-stats-micro/master/repo.json"],
"codestats.apikey": "<ENTER API KEY HERE>"
}- If you want to use a different Code::Stats server, add a
"codestats.apiurl"key with the url. - Run
micro -plugin install codestats.