Skip to content

TeXstudio macro for automatic time tracking and metrics generated from your TeXstudio usage.

License

Notifications You must be signed in to change notification settings

wakatime/texstudio-wakatime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

texstudio-wakatime

Metrics, insights, and time tracking automatically generated from your TeXstudio usage.

Installation

  1. 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.

  2. Create a ~/.wakatime.cfg file with contents:

     [settings]
     api_key = XXXX
    

    Replace XXXX with your actual api key.

  3. 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.

  4. Use TeXstudio like you normally do and your time will be tracked for you automatically.

  5. Visit https://wakatime.com/dashboard to see your logged time.

Screen Shots

Project Overview

Troubleshooting

Do you have wakatime installed at ~/.wakatime/wakatime-cli?

Any error messages in your ~/.wakatime/wakatime.log file?

For more general troubleshooting information, see wakatime-cli troubleshooting.