diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-05-08 19:55:53 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-05-08 19:55:53 +0200 |
| commit | a0c92ae6c9c996222b8d49f9d79bcf852ffbb0f8 (patch) | |
| tree | 705d1b5f5ea4946db505a59ab88ddf5de976c2f8 | |
| parent | 49514773570944453812a8255e31893627daf375 (diff) | |
| download | sdep-a0c92ae6c9c996222b8d49f9d79bcf852ffbb0f8.tar.gz sdep-a0c92ae6c9c996222b8d49f9d79bcf852ffbb0f8.zip | |
Fix typos
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -11,11 +11,11 @@ system. | |||
| 11 | ## Description | 11 | ## Description |
| 12 | 12 | ||
| 13 | sdep reads lines of the form `date text` from stdin and writes to stdout those | 13 | sdep reads lines of the form `date text` from stdin and writes to stdout those |
| 14 | lines such that `date` is between the two dates specified by the `-f` and `-t` | 14 | lines such that `date` is between the two dates specified with the `-f` and |
| 15 | options, both of which default to the current minute. | 15 | `-t` options, both of which default to the current minute. |
| 16 | 16 | ||
| 17 | The dates should correspond to a unique minute in time. The format for `date` | 17 | The format for `date` can be specified with the same syntax as for date(1). |
| 18 | can be specified with the same syntax as for date(1). | 18 | The dates should correspond to a unique minute in time. |
| 19 | 19 | ||
| 20 | ## Installation | 20 | ## Installation |
| 21 | Edit the Makefile to match your local configuration and type `make install`. | 21 | Edit the Makefile to match your local configuration and type `make install`. |
| @@ -86,10 +86,10 @@ between multiple devices using something like | |||
| 86 | 86 | ||
| 87 | ## Scripts | 87 | ## Scripts |
| 88 | The `scripts` folder contains the few scripts that I use. They are basically | 88 | The `scripts` folder contains the few scripts that I use. They are basically |
| 89 | just a slightly more elaborate version of the calendar system described above, | 89 | just a more elaborate version of the calendar system described above, |
| 90 | with support for recurring events (e.g. weekly, daily). You can install them | 90 | with support for recurring events (e.g. weekly, daily). You can install them |
| 91 | with `make scripts`, but first make sure to adjust them to match your local | 91 | with `make scripts`, but first make sure to adjust them to match your local |
| 92 | configuration, like the location of the events file. | 92 | configuration, like the location of the events file. |
| 93 | 93 | ||
| 94 | Most of the script rely on the `-d` option of the GNU date utility, so you | 94 | Most of the scripts rely on the `-d` option of the GNU date utility, so you |
| 95 | should change that too if you are on a BSD system or on MacOS. | 95 | should change that too if you are on a BSD system or on MacOS. |
