Skip to content

JeppesS1423/pomodoro-timer-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomodoro-timer

A simple C executable that starts a countdown following the pomodoro timer technique.

Requirements

  • CMake 4.0+
  • A C17-compatible compiler (gcc, clang)

Building

git clone https://github.com/JeppesS/pretty-remind.git
cd pretty-remind
cmake -B build
cmake --build build

The binary will be at build/pomodoro-timer.

Install

To make it available system-wide:

sudo cp build/pomodoro-timer /usr/local/bin/pomodoro-timer

Usage

pomodoro-timer

License

MIT License — Copyright (c) 2026 Jesper Härnlund

About

A timer based on the Pomodoro technique run in the terminal using C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors