From: Gustav Eek Date: Sun, 26 Feb 2023 09:53:36 +0000 (+0100) Subject: Doc. Write instructions on bullets and more X-Git-Tag: v.0.4 X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=aee01f6292d215378c94dedb023ad51a8c42b4ef;p=ranknauto.git Doc. Write instructions on bullets and more --- diff --git a/README b/README index dc67204..56e1b60 100644 --- a/README +++ b/README @@ -43,6 +43,18 @@ echo -ne "Första post\nAndra\nTredje plats\nOch fjärde\n" \ | ranknauto -s heavy ``` +Bullet lists are respected, so bullet that are fed will remain in the +output. Already ranked lists can be inserted; the previous +ranking is ignored. Empty lines are ignored. + +Example: + +``` +echo -ne "\n * 48 % Första post\n * 9 % Och fjärde\n * 16 % Tredje plats\n * 27 % Andra\n" \ + | ranknauto +``` + + Copying =======