Skip to content

aehabdelouadoud/suckless-pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Suckless Pomodoro

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.

Requirements

  • 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)

Installation

  1. Clone the repository:
  • SSH
    git clone [email protected]:horanmustaplot/cdoro.git
  • HTTPS
    git clone https://github.com/horanmustaplot/cdoro-pomodoro.git
  1. Navigate to the project directory:

    cd cdoro-pomodoro
  2. Compile the code and install it:

    make install

Usage

Run the compiled executable:

cdoro

About

Pomodoro written using C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published