https://github.com/markjaquith/time-tracker
https://github.com/markjaquith/time-tracker
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/markjaquith/time-tracker
- Owner: markjaquith
- Created: 2024-12-19T03:05:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T03:21:58.000Z (over 1 year ago)
- Last Synced: 2025-04-23T15:51:35.191Z (about 1 year ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Time Tracker
Quick (and really rough) VS Code extension to do time tracking as you work on a VS Code workspace project.
Don't use this - I'm just playing around with VS Code extensions.
## Features
- Start timer and name your task
- View elapsed time and task name in the status bar
- Stop timer (writes task to `time-tracking.md`)
- Resumes in-progress timer if VS Code is restarted
- View time tracking log within VS Code
Starting/stopping the timer can be done via the command palette (`Cmd+Shift+P`) or by using the status bar item.