On Tue, 06 Mar 2012 15:26:35 -0500 Dave <[email protected]> wrote: > "remind -c1 .reminders" and in fact, if I use less, that actually > helps as it stops the screen from clearing, at least while less is > running.
Ah... Remind outputs a form-feed (^L) after each page of the calendar. This might be what's clearing your screen. On Linux, at least, piping it like this: remind -c1 ... | sed -e 's/\xc//' gets rid of the form-feed. Regards, David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
