Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomighty/tomighty
Old Tomighty repo. For the new repos, please refer to: tomighty-osx and tomighty-windows
https://github.com/tomighty/tomighty
Last synced: 10 days ago
JSON representation
Old Tomighty repo. For the new repos, please refer to: tomighty-osx and tomighty-windows
- Host: GitHub
- URL: https://github.com/tomighty/tomighty
- Owner: tomighty
- License: apache-2.0
- Created: 2011-02-09T14:47:37.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T18:10:43.000Z (11 months ago)
- Last Synced: 2024-08-02T02:15:29.223Z (3 months ago)
- Language: Java
- Homepage: https://tomighty.github.io
- Size: 4.04 MB
- Stars: 965
- Watchers: 51
- Forks: 211
- Open Issues: 79
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
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.Know more about it at [www.tomighty.org](http://www.tomighty.org)
The source code of the Mac version is at https://github.com/ccidral/tomighty-osx
Notice
------This branch contains the old source code written in Java which is being discontinued.
The project is being rewritten from scratch in C++ on top of Qt 5. See the `develop`
branch for more information.Building
--------Regardless of your operating system, you must have the following things installed on it and included in your path:
* JRE 1.5 or greater
* Maven 2.x or greater
* GitUnder Windows platform you also must have:
* NSIS 2.x or greater
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.