Skip to content

Thomsch/pause

Repository files navigation

Pause

Build Status Maintainability Quality Gate Status

Pause allows you to set a timer to remind you to take a break from your work on the computer. The timer will restart itself automatically when the time is up unless you stop it or close the application.

Screenshot of the application

Installation

Pause is available for Windows, MacOS and Linux.

  1. Download the latest version from the releases page.

Developing

  • Install Yarn
  • Install nvm
  • nvm install 18.17.1 && nvm use 18.17.1
  • Install dependencies: yarn install
  • Build and run: yarn start

Releasing

  • Create a new release draft on GitHub. You can use any name.
  • Add tag 'vX.Y.Z', matching the version in package.json (but with a 'v' appended).
  • Run GH_TOKEN=<Personal Access Token> yarn deploy

Licensing

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 3.

See LICENSE for details.