Skip to content

vdozer/ptimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ptimer logo

ptimer

A minimal C program for handling Pomodoro sessions in the terminal.
It also keeps track of how many sessions you’ve completed.


Build & run

Compile and run in one command:

make && ./ptimer

Usage

When you run the program, you’ll be prompted with:

Start pomodoro? y/n/t

Options:

  • y → Start a Pomodoro session. You’ll then be asked how many times to repeat.
  • n → Exit the program successfully.
  • t → Test the alarm bell (plays twice) and exit the program successfully .

Notes

  • Session repeat data is stored in ptimer.txt.

About

A minimalist, terminal-based Pomodoro timer written in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published