https://github.com/njanakiev/windows-work-timer
Simple Work Timer for Windows
https://github.com/njanakiev/windows-work-timer
cli command-line-tool timer win32 windows
Last synced: about 1 year ago
JSON representation
Simple Work Timer for Windows
- Host: GitHub
- URL: https://github.com/njanakiev/windows-work-timer
- Owner: njanakiev
- License: mit
- Created: 2018-12-26T20:50:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T21:04:27.000Z (over 7 years ago)
- Last Synced: 2025-02-17T15:17:26.756Z (over 1 year ago)
- Topics: cli, command-line-tool, timer, win32, windows
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WindowsWorkTimer
This is a simple command-line interface work-timer written for Windows that tracks your working duration and reminds you after a while by turning the screen black.
# Usage
To start the program, run:
```bash
worktimer.exe [DURATION] ([TAG])
```
This would run the work time for the given duration (in seconds) and a given tag if specified. After running this command the console disappears in the background. In order to see it again, press `ALT + SHIFT + F9`. In order to stop the timer, press `ALT + SHIFT + F10`. The resulting start time, duration and tag are then stored in the log file, which is stored in the `FILE_PATH_LOG` folder and with the `FILE_NAME_LOG` name specified in the code.
# License
This project is licensed under the MIT license. See the [LICENSE](LICENSE) for details.