https://github.com/wakatime/texstudio-wakatime
TeXstudio macro for automatic time tracking and metrics generated from your TeXstudio usage.
https://github.com/wakatime/texstudio-wakatime
time-tracking
Last synced: 6 months ago
JSON representation
TeXstudio macro for automatic time tracking and metrics generated from your TeXstudio usage.
- Host: GitHub
- URL: https://github.com/wakatime/texstudio-wakatime
- Owner: wakatime
- License: bsd-3-clause
- Created: 2016-09-24T22:54:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T14:17:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T11:12:01.548Z (7 months ago)
- Topics: time-tracking
- Language: Python
- Homepage: https://wakatime.com/texstudio
- Size: 19.5 KB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
README
texstudio-wakatime
==================Metrics, insights, and time tracking automatically generated from your TeXstudio usage.
Installation
------------1. Install [wakatime-cli](https://github.com/wakatime/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](https://raw.githubusercontent.com/wakatime/vim-wakatime/master/scripts/install_cli.py) and run it manually with Python 3.
2. Create a `~/.wakatime.cfg` file with contents:
[settings]
api_key = XXXXReplace `XXXX` with your actual [api key](https://wakatime.com/settings#apikey).
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](https://github.com/wakatime/texstudio-wakatime/archive/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
------------
Troubleshooting
---------------Do you have [wakatime](https://github.com/wakatime/wakatime-cli) installed at `~/.wakatime/wakatime-cli`?
Any error messages in your `~/.wakatime/wakatime.log` file?
For more general troubleshooting information, see [wakatime-cli troubleshooting](https://github.com/wakatime/wakatime-cli/blob/develop/TROUBLESHOOTING.md#readme).