From 2b4be20507fee93fc165a550cd0cb8f81dcad05d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 15 May 2023 18:31:12 +0200 Subject: Updated .gitignore, README formatting --- README.md | 60 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 27 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 97d2aed..9452653 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,30 @@ # sdep + A simple "date+event" line parser. -sdep follows the UNIX philosphy (do one thing well, use stdin and stdout) and -is heavily inspired by [suckless](https://suckless.org) utilities such as -[dmenu](https://tools.suckless.org/dmenu/). +sdep follows the UNIX philosphy (do one thing well, use stdin and stdout) +and is heavily inspired by [suckless](https://suckless.org) utilities +such as [dmenu](https://tools.suckless.org/dmenu/). -You can wrap it around shell scripts to turn it into a no-nonsense calendar -system. +You can wrap it around shell scripts to turn it into a no-nonsense +calendar system. ## Description -sdep reads lines of the form `date text` from stdin and writes to stdout those -lines such that `date` is between the two dates specified with the `-f` and -`-t` options, both of which default to the current minute. +sdep reads lines of the form `date text` from stdin and writes to stdout +those lines such that `date` is between the two dates specified with the +`-f` and `-t` options, both of which default to the current minute. -The format for `date` can be specified with the same syntax as for date(1). -The dates should correspond to a unique minute in time. +The format for `date` can be specified with the same syntax as for +date(1). The dates should correspond to a unique minute in time. ## Installation -Edit the Makefile to match your local configuration and type `make install`. + +Edit the Makefile to match your local configuration and type `make +install`. ## Examples + If `events.txt` contains lines formatted as `date text` then ``` @@ -39,25 +43,26 @@ will print all the lines whose date is in the past, while sdep -t -w "%A"