This plugin performs time-tracking in Kakoune with WakaTime.
-
Install wakatime-cli by running this shell command:
curl -fsSL https://raw.githubusercontent.com/wakatime/vim-wakatime/master/scripts/install_cli.py | python
-
Create a file at
$HOME/.wakatime.cfg
with contents:[settings] api_key = your-real-key
Get your WakaTime API Key here: https://wakatime.com/api-key
-
Install the plugin in kakoune:
You may put
kakoune-wakatime
in your autoload repository, located at$XDG_CONFIG_HOME/kak/autoload/
,~/.config/kak/autoload/
or in the system autoload directory, at/usr/share/kak/autoload/
, or one of their subdirectories.The plugin has also been tested through plug.kak, in which case you just need to add the following to your kakrc:
plug "wakatime/kakoune-wakatime"
The path to your wakatime-cli, defaults to ~/.wakatime/wakatime-cli
.
Enable debug messages (showing each executed beat)
For troubleshooting, read How to debug a WakaTime plugin.