Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mariocesar/pomodoro-elementary

A Pomodoro app for the ElementaryOS Desktop
https://github.com/mariocesar/pomodoro-elementary

Last synced: 3 days ago
JSON representation

A Pomodoro app for the ElementaryOS Desktop

Awesome Lists containing this project

README

        

Pomodoro Timer
===========================================

A simple Pomodoro app made for elementary OS.

## Screenshot

![Screnshot](https://raw.githubusercontent.com/mariocesar/pomodoro-elementary/master/screenshot.png)

## Installation instruction

Create the build environment

mkdir build
cd build/

Run `cmake` and then `make` to build

cmake ..
make

Install with `sudo make install`. Then open the application with `pomodoro`.

sudo make install