https://github.com/mariocesar/pomodoro-elementary
A Pomodoro app for the ElementaryOS Desktop
https://github.com/mariocesar/pomodoro-elementary
Last synced: 9 months 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T18:41:17.000Z (over 9 years ago)
- Last Synced: 2025-01-01T09:42:13.132Z (over 1 year 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

## 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