diff options
author | katherine <ageha@airen-no-jikken.icu> | 2019-12-22 23:33:05 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2019-12-22 23:33:05 -0700 |
commit | 6aa5872d216ac38bba66fa04eea586c316b5969e (patch) | |
tree | cf37e3cea0f7884e7e0b48d373ef1312adbff25d | |
parent | ce20da41e7df7e0286161e963ea64517c4cf8c72 (diff) | |
download | every-6aa5872d216ac38bba66fa04eea586c316b5969e.tar.gz |
clean readme
-rw-r--r-- | Readme.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -60,8 +60,8 @@ Yesterday 20:00 friend's party (bring gifts) ``` i wrote this program because when, useful as it is, can't handle recurrent -events in the way i'd hoped it would, and in the process also added a few other -options that seemed useful, like an output mode for use in scripts. +events in the way i'd hoped it would, and in the process have also added a few +other features that seemed useful, like an output mode for use in scripts. @@ -108,7 +108,7 @@ equivalent. ### script `every s` prints the upcoming events in an easily-parseable format, for use in -scripting. each line (by-default terminated in `\n`) represents one upcoming +scripting. each line (by-default separated with `\n`) represents one upcoming event, with fields (by default) delimited with `\t`. the fields are: @@ -130,10 +130,10 @@ BOOL := yes | true | on | no | false | off ENTRY := on DATE | on DATE , MESSAGE - | every INTERVAL from DATE - | every INTERVAL from DATE , MESSAGE - | every INTERVAL from DATE to DATE - | every INTERVAL from DATE to DATE , MESSAGE + | every INTERVAL from DATE + | every INTERVAL from DATE , MESSAGE + | every INTERVAL from DATE to DATE + | every INTERVAL from DATE to DATE , MESSAGE ``` |