Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elvis-ndubuisi/work-stamp
Keep track of your time while working on a particular project
https://github.com/elvis-ndubuisi/work-stamp
extension visual-studio-code vscode vscode-extension
Last synced: 1 day ago
JSON representation
Keep track of your time while working on a particular project
- Host: GitHub
- URL: https://github.com/elvis-ndubuisi/work-stamp
- Owner: elvis-ndubuisi
- License: mit
- Created: 2023-09-04T02:47:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T11:51:07.000Z (about 1 year ago)
- Last Synced: 2024-11-06T20:31:29.415Z (about 2 months ago)
- Topics: extension, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ElvisNdubuisi.work-stamp
- Size: 315 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Keep track of your time while working on a particular project
Work Stamp
Welcome to "Work Stamp," an extension designed to help you keep track of your time while working on specific projects or tasks within Visual Studio Code.
## Commands
- `WK: START/STOP`: starts or stops timer
## Features
- Tracks your active work time and total work time differently.
- Tracks coding activity automatically or via using a command.
- Automatically saves tracked time project when vscode is closed.
- Saves time stamp information locally.
- Display elapsed time in the status bar with tooltip message.## Extension Settings
- `work-stamp.autoStart`: starts work stamp when typing begins if set to `true`. Default: `true`
- `work-stamp.delayDuration`: delay between typing activities before active work timer pauses(in minutes). Default: `10` minutes.## TODO
- [ ] Preview all projects timestamp and summary logs in webview.
- [ ] Preview specific project timestamp and summary log
- [ ] Backup log information to custom REST endpoint _(only if specified by a user)_
- [ ] Display active work elapsed time and total elapsed time message tooltip message.
- [ ] Add break reminder## Requirements
This extension does not have any specific requirements or dependencies.
## Known Issues
There are no known issues at the moment. If you encounter any problems, please [report them on GitHub](https://github.com/elvis-ndubuisi/work-stamp/issues).
## Attributions
[Timer stickers created by Gohsantosadrive - Flaticon](https://www.flaticon.com/free-stickers/timer)
**Enjoy tracking your work time with "Work Stamp"!**