diff options
author | Cameron Need <camneed@gmail.com> | 2014-07-26 20:52:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-26 20:52:56 +0700 |
commit | a1051efc4f343a0b1cf33b6b6110a16f89ea550f (patch) | |
tree | 2e8fd9997dce23880b634051bade3dadbd85fb7f /misc/birthday/README | |
parent | 6cf4dea667b20f41c9c8119f9e92fd23c3dd4fb8 (diff) |
misc/birthday: Added (reminder program).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/birthday/README')
-rw-r--r-- | misc/birthday/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/birthday/README b/misc/birthday/README new file mode 100644 index 000000000000..ec780aeb66fc --- /dev/null +++ b/misc/birthday/README @@ -0,0 +1,11 @@ +Birthday + +This is a little program which I originally wrote when I was learning +C, some time ago now. It has gone through a couple of total +re-writes, the last of which was four or five years ago now[0], but I +still find it a useful program. + +It displays a list of events which are coming up in the near future, +based on a config file (~/.birthdays) in the user's home directory. I +include it in my .profile, so I get the list every time I log on. See +the manpage for more details of this format. |