https://github.com/themaster1127/projects-time-tracker-ahk
A lightweight AutoHotkey script to track the time spent on your projects.
https://github.com/themaster1127/projects-time-tracker-ahk
ahk autohotkey automation time-management userfriendly
Last synced: 2 months ago
JSON representation
A lightweight AutoHotkey script to track the time spent on your projects.
- Host: GitHub
- URL: https://github.com/themaster1127/projects-time-tracker-ahk
- Owner: TheMaster1127
- License: mit
- Created: 2023-10-21T17:32:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-10T15:44:19.000Z (over 1 year ago)
- Last Synced: 2025-01-26T00:34:03.967Z (4 months ago)
- Topics: ahk, autohotkey, automation, time-management, userfriendly
- Language: AutoHotkey
- Homepage:
- Size: 583 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projects Time Tracker AHK
A lightweight AutoHotkey script to track the time spent on your projects.
## Features
- Track your time for a project with ease.
- Start, pause, and stop tracking at your convenience.
- Save session data to a text file.
- Simple and intuitive user interface.## Requirements
- AutoHotkey: You need AutoHotkey v1.1 installed to run the ahk script.
- But you dont need any requirements to run the exe file since it will work on any Windows machine.## How to Use
1. Run the script or the exe file.
3. Click the "Select your project" button to choose a folder for your project.
4. Click the "Start/Resume" button to begin tracking time.
5. Click the "Stop/Pause" button to pause tracking.
6. Click the "Save" button to save the session data which aslo will reset the timer!
7. To reset the timer, click the "Reset" button.## Important Notes
- When you select a folder for your project, the script will track the time spent on that project.
- You can pause and resume the timer as needed.
- The session data, including start and end times, is saved to a text file in your selected project folder.