Skip to content

Instantly share code, notes, and snippets.

View TusharBaruah's full-sized avatar

Tushar Baruah TusharBaruah

  • IISER Mohali
View GitHub Profile
@TusharBaruah
TusharBaruah / TB-timer.ahk
Last active February 12, 2024 04:57
Simple AutoHotKey v2 script to track screen-time usage
#Requires AutoHotkey v2.0
; -------- TB Timer --------
; Inspired V2 port of the AHK V1 script Ticker by RustingSword (https://gist.github.com/RustingSword/4368301)
; Tracks your usage time for different categories on a daily basis
; and saves it to the file 'timelog.txt' in the User's Documents folder by default
; Pressing right-ctrl key after running script for atleast 20 secs gives detailed GUI display
InstallKeybdHook
InstallMouseHook