We value Open Source and make a point to release all our plugins on GitHub under a BSD License.
Install wakatime-cli:
curl -fsSL https://raw.githubusercontent.com/wakatime/vim-wakatime/master/scripts/install_cli.py | python
If the above command doesn't work, download install_cli.py and run it manually with Python 3.
Or, find the wakatime-cli release asset corresponding to your platform, extract it to ~/.wakatime/
then create a symlink from ~/.wakatime/wakatime-cli
to the platform specific build in that same folder.
Create a ~/.wakatime.cfg
file with contents:
[settings]
api_key = XXXX
Replace XXXX
with your actual API Key.
Run install.py
Mac and Linux
curl -fsSL https://raw.githubusercontent.com/wakatime/texstudio-wakatime/master/install.py | python
Windows
Download and extract texstudio-wakatime-master.zip, then double click install.py
.
Use TeXstudio like normal and your stats will automatically show on your WakaTime Dashboard.