Skip to content

k-olya/codett

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VS Code Time Tracker

A minimalist time-tracking python script for windows. Logs 1 minute intervals during which vscode process Code.exe was running and you were not afk.

Install

To install the required packages, run:

pip install -r requirements.txt

Run

Add the following codett.vbs script to the Startup folder:

Set WshShell = CreateObject("WScript.Shell")
WshShell.CurrentDirectory = "C:\path\to\your\desired\working\directory"
WshShell.Run """C:\path\to\python.exe"" ""C:\path\to\time_tracker\main.py""", 0

Make sure to replace C:\path\to\your\desired\working\directory as well as C:\path\to\python.exe and C:\path\to\time_tracker\main.py

Output

Generates vscode_time_log.txt in its working directory.

About

vs code time tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages