Implementation of the leave utility as specified in this FreeBSD man page.
$ mvn package
$ ./bin/leave.sh 0955
to set alarm for 09:55
$ ./bin/leave.sh +0230
to set alarm for 2 hours, 30 minutes from now
$ ./bin/gui-leave.sh 0955
sets the same alarm, but, instead of the traditional printing to the console, creates
a green icon in the system tray, which at the specified time turns red and bombs you with notifications.
$ mvn test
- unit tests
$ ./bin/test_edge_cases.sh
- primitive smoke tests for some less common input values
GNU/GPL 3.0