janih / tomighty

A nice desktop timer app for Pomodoro Technique users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tomighty is...

A desktop timer app that helps you apply the Pomodoro Technique. It's written in Java and designed to be simple, easy to use and unintrusive.

Building

Regardless of your operating system, you must have the following things installed on it and included in your path:

  • Java 11 or greater
  • Maven 3.x or greater
  • Git

Open a system shell and check out the sources into some directory. Then cd into that directory and type:

mvn clean package

The resulting built artifacts will be located under the target directory. That's it.

About

A nice desktop timer app for Pomodoro Technique users

License:Apache License 2.0


Languages

Language:Java 98.6%Language:NSIS 1.4%