./time/uair, Extensible pomodoro timer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.1, Package name: uair-0.6.1, Maintainer: pkgsrc-users

Minimal pomodoro timer for UNIX-like operating systems. Unlike other timers,
uair simply prints the remaining time to standard output. Other than making the
code more maintainable, this design allows uair to be very extensible as it can
be used in various status bars and even command-line and graphical user
interfaces.

Features
- Extensible: Can be used in status bars, desktop widgets, CLIs, GUIs, etc.
- Keyboard-driven: Uses uairctl command-line utility for pausing/resuming the
timer. It can be binded to a keyboard shortcut.
- Resource-efficient: Uses concurrency instead of spawing multiple threads.
- Multiple synchronized timers: Multiple synchronized uair timers can co-exist
while sharing a single handle
- Minimal: It adheres to the UNIX philosophy of focusing in doing one thing,
and doing it well.


Master sites:

Filesize: 4114.783 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-04 22:26:46 by pin | Files touched by this commit (5)
Log message:
time/uair: import package

Minimal pomodoro timer for UNIX-like operating systems. Unlike other timers,
uair simply prints the remaining time to standard output. Other than making the
code more maintainable, this design allows uair to be very extensible as it can
be used in various status bars and even command-line and graphical user
interfaces.

Features
- Extensible: Can be used in status bars, desktop widgets, CLIs, GUIs, etc.
- Keyboard-driven: Uses uairctl command-line utility for pausing/resuming the
  timer. It can be binded to a keyboard shortcut.
- Resource-efficient: Uses concurrency instead of spawing multiple threads.
- Multiple synchronized timers: Multiple synchronized uair timers can co-exist
  while sharing a single handle
- Minimal: It adheres to the UNIX philosophy of focusing in doing one thing,
  and doing it well.