Skip to content

playsrc/pomoworker

Repository files navigation

PomoWorker

GitHub all releases GitHub repo size GitHub license GitHub release (latest by date including pre-releases)

A simple pomodoro desktop app to help increase your focus and improve your health by taking regular breaks from your activities.

Table of contents

Features

  • Select predefined periods of minutes for work and rest.
  • Automatically cycles between work and rest periods.
  • Sends a minimal desktop notification
    • 💧 for rest and 🚀 for work
  • Progress bar

Installation

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/mateusabelli/pomoworker.git

# Go into the repository
cd pomoworker

# Install the dependencies
npm install

# Run the app
npm start

Note If you're using WSL, see this guide or use node from the command prompt.

How to Contribute

All contributions are welcome and much appreciated!

  • Take a look at the existing Issues or create a new issue!
  • Fork the Repo. Then, create a branch for any issue that you are working on. Finally, commit your work.
  • Create a Pull Request (PR), which will be promptly reviewed and given suggestions for improvements by the community.
  • Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes proposed in your PR.

Read more

Download

Click here to download the latest precompiled builds of PomoWorker.

References

Inspired by:

  • wnr - A timer app with strong expansibility for computers

Packages used:

License

MIT License