From aee01f6292d215378c94dedb023ad51a8c42b4ef Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 26 Feb 2023 10:53:36 +0100 Subject: [PATCH] Doc. Write instructions on bullets and more --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 ======= -- 2.39.2