luizaugustomm/tomato

What is Tomato?

Tomato is a pomodoro app designed for elementaryOS. It is simple, usable and efficient.

How to install Tomato on elementaryOS?

Look for it on AppCenter!

How to install Tomato on Ubuntu?

You must have in mind that Tomato is exclusively designed for elementaryOS. But if you want to install Tomato on Ubuntu, you can add the official PPA.

$ sudo apt-add-repository ppa:tomato-team/tomato-stable
$ sudo apt-get update
$ sudo apt-get install tomato

How to build Tomato?

First of all, you need to install the following dependencies:

  • gtk3
  • granite
  • libcanberra
  • libunity

Use the command bellow to install the dependencies

$ sudo apt install elementary-sdk libcanberra-dev libunity-dev

Clone this repository

$ git clone https://github.com/luizaugustomm/tomato.git

Go to the project's root folder and create a new one called build

$ cd tomato
$ mkdir build
$ cd build

Finally, build and install the app

$ cmake -DCMAKE_INSTALL_PREFIX=/usr ../
$ make
$ sudo make install

Do you want to contribute?

Tomato is open-source. You can contribute translating it, reporting/fixing bugs or proposing/implementing new features.

Before getting started, read the following guidelines: