diff options
author | Ján Sučan <jan@jansucan.com> | 2020-05-09 13:08:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-10 08:37:01 +0700 |
commit | 8f707998e6866d7d83eeb8a2e3285adeed7e6dc7 (patch) | |
tree | 4f3b4d9bd520a8c652e2d857efe52bff31dfbdbb /office/when/README | |
parent | 0d9dbbfc1e619a178ef739526296c90feed33793 (diff) |
office/when: Added (an extremely simple personal calendar program)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/when/README')
-rw-r--r-- | office/when/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/office/when/README b/office/when/README new file mode 100644 index 0000000000000..0cfa8e4ce75b5 --- /dev/null +++ b/office/when/README @@ -0,0 +1,13 @@ +When is an extremely simple personal calendar program, aimed at the Unix +geek who wants something minimalistic. It can keep track of things you +need to do on particular dates. There are a lot of calendar and +"personal information manager" programs out there, so what reasons are +there to use When? + +- It's a very short and simple program, so you can easily tinker with it + yourself. +- It doesn't depend on any libraries, so it's easy to install. You + should be able to install it on any system where Perl is available, + even if you don't have privileges for installing libraries. +- Its file format is a simple text file, which you can edit in your + favorite editor. |