Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mariocesar/pomodoro-elementary
- Owner: mariocesar
- License: gpl-3.0
- Created: 2014-09-08T15:23:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T18:41:17.000Z (over 7 years ago)
- Last Synced: 2024-11-08T15:42:26.704Z (about 2 months ago)
- Language: CMake
- Homepage:
- Size: 330 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ..
makeInstall with `sudo make install`. Then open the application with `pomodoro`.
sudo make install