A simple program that plays a jingle at an interval. To be used to notify the user to take a break.
Find a file
Stephen Seo 3de3f9f2c9 Version 1.1
Change usage of internal audio to use a Unix pipe.

Impl. way to use different program to play audio with support for custom
args.

Some refactorings.
2024-06-10 16:40:27 +09:00
src Version 1.1 2024-06-10 16:40:27 +09:00
.gitignore Init commit version 1.0 working program 2024-06-10 13:25:11 +09:00
Changelog.md Version 1.1 2024-06-10 16:40:27 +09:00
CMakeLists.txt Init commit version 1.0 working program 2024-06-10 13:25:11 +09:00
LICENSE Init commit version 1.0 working program 2024-06-10 13:25:11 +09:00
README.md Init commit version 1.0 working program 2024-06-10 13:25:11 +09:00

break_interval

This simple program plays a jingle at a specified interval in minutes. It is meant to be used as a way to notify the user to take a break when the interval jingle plays.

# For usage:
./break_interval --help

Running the program with no args will default to playing a jingle every 5 minutes.