Suckless Pomodoro is a simple and efficient Pomodoro timer written in C++. The Pomodoro Technique is a time management method that uses a timer to break work into intervals, traditionally 25 minutes in length, separated by short breaks.
- C++ compiler
- You're varorite C++ compiler, but please change it in the make file, cause by default I'm using GCC compiler.
- Libraries
- sfml(for the notificaton sound)
- Notifications
- notify-send(for push notifications)
- Clone the repository:
- SSH
git clone [email protected]:horanmustaplot/cdoro.git
- HTTPS
git clone https://github.com/horanmustaplot/cdoro-pomodoro.git
-
Navigate to the project directory:
cd cdoro-pomodoro
-
Compile the code and install it:
make install
Run the compiled executable:
cdoro