2024-06-16 08:28:56 +02:00
2023-08-16 22:56:11 +02:00
2023-08-16 22:38:32 +02:00
2023-08-16 22:54:30 +02:00
2024-06-16 08:28:56 +02:00

Simple command line countdown timer that plays a sound when the time is up.

It is using pulseaudios simple API.

installation

install libpulse-dev (debian based) or libpulse package depending on your distro

sudo pacman -S libpulse pulseaudio sound-theme-freedesktop
ffmpeg -i /usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga ${HOME}/music/alarm-clock-elapsed.wav
make
sudo make install

usage

countdown 20

uninstalling

sudo make uninstall

TODO

  • make alarm clock file wave file configurable
  • fix still reachable bytes (still reachable: 42,485 bytes in 97 blocks)?
Description
No description provided
Readme 37 KiB
Version 1.0 Latest
2024-03-07 04:44:51 +00:00
Languages
C 88.8%
Makefile 11.2%