Move rem2html into its own directory and install it by default.

This commit is contained in:
Dianne Skoll
2021-10-12 21:28:14 -04:00
parent 45831ea69f
commit 812d926f66
9 changed files with 82 additions and 15 deletions

13
rem2html/README.rem2html Normal file
View File

@@ -0,0 +1,13 @@
REM2HTML
--------
Rem2HTML is a Perl script that transforms the output of `remind -p
...' to HTML. Type `perl rem2html --help' for usage information.
Typical usage: remind -p ~/.reminders | rem2html > file.html
You may have to edit the "#!/usr/bin/perl" line to reflect the
location of your Perl interpreter.
--
Dianne Skoll