diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,6 +9,13 @@ liturgical colour, and shows the selected day's readings underneath. Keys: arrows or `hjkl` move, `n`/`p` change month, `q` quits. +It opens on **today** when the input covers it. Reading the clock is a +presentation choice and belongs in a viewer: colitur's own kernel is pure +and deliberately never asks what day it is, which is what lets it be tested +to the year 9999. + + CX_DUMP=/tmp/f.ppm colitur-x < day.csv # write one frame, then exit + It reads CSV on **stdin** and nothing else, so the shell decides what it shows. One month: |
