galarm

Galarm is a tool to popup an alarm message (using libnotify) after a given time.
The program is intended to run on all Unices, but is tested on GNU/Linux only.
The license is GPL-2.

Description

The main design goal was to create a very small tool which doesn't require any configuration.
Instead you just start the tool with as few characters as possible.

popup after 5 minutes:

# ga 5
or with a message:
# ga 5m tea is ready
or at a fixed time:
# ga @12 don't forget the call
You can also pause/resume or cancel the alarms.

Download

galarm 0.3.5 sources (181K)

Dependencies

galarm requires at least GTK+ 2.12, GLIB 2.14 and libnotify 0.4.4.

Screenshots

notification window using notification-daemon-xfce statusicon

Development

Galarm uses the Git version control system. You can obtain the most recent version using the command:
git-clone http://0x11.net/galarm.git /your/local/path
You can also browse the Git repository via gitweb.

Bug reports

please send bug reports or patches (use git-send-email eg.) to galarm /at/ 0x11 /dot/ net