https://github.com/buethsam/working-hours
vs code Extension that displays a countdown, till the end of your workday, in the statusbar.
https://github.com/buethsam/working-hours
vscode-extension
Last synced: 3 months ago
JSON representation
vs code Extension that displays a countdown, till the end of your workday, in the statusbar.
- Host: GitHub
- URL: https://github.com/buethsam/working-hours
- Owner: BuethSam
- Created: 2019-01-23T10:46:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T11:04:09.000Z (over 4 years ago)
- Last Synced: 2025-01-09T06:10:01.232Z (4 months ago)
- Topics: vscode-extension
- Language: TypeScript
- Homepage:
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
#
working-hours README
This extension displays a countdown, till the end of your workday, in the statusbar.
## Features
Set the starttime of your day.
Set the endtime of your day.Hover over the statusbar element to display the start and endtime.
## Demo

## Extension Settings
This extension contributes the following settings:
* `working-hours.autostart`: If enabled the countdown will resume when opening a new window.
* `working-hours.workTime`: Duration of your working hours in hours (e.g. 7.6), to add to the starttime to calculate the endtime.
* `working-hours.breakTime`: Duration of your break in minutes, to add to the starttime to calculate the endtime.## Known Issues
None.
## Release Notes
### 1.1.5
Reduced bundle size
### 1.1.4
Added icon
### 1.1.3
Added Extension description
### 1.1.3
Added Extension description
### 1.1.2
Extension is now activated globally when using remote development.
### 1.1.1
Command titles are now "Countdown: {command}".
Timer is automatically synced between multiple instances.### 1.0.2
Demo animation in README
### 1.0.1
Prompt text and commands are now in english
### 1.0.0
Initial release of Working Hours