An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# working-hours working-hours README

working-hours

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

![demo](demo.gif)

## 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

working-hours

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