From b714576b0841763cad760b54ccde6dfc34434548 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Tue, 24 Jan 2023 20:53:13 -0500 Subject: [PATCH] Update readme --- README.adoc | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.adoc b/README.adoc index 5195e88..25a6c9d 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,7 @@ Sort by regular expression or lexicographically, find uniqes, shuffle, or evaluate rust selections without spawning a new command for each selection. -[![asciicast](https://asciinema.org/a/dIQh9NtLRkzVEENxmij5qBaai.svg)](https://asciinema.org/a/dIQh9NtLRkzVEENxmij5qBaai) +image::https://asciinema.org/a/dIQh9NtLRkzVEENxmij5qBaai.svg[link="https://asciinema.org/a/dIQh9NtLRkzVEENxmij5qBaai"] == Example @@ -876,12 +876,19 @@ After `uniq`: ==== === incr/decr -Select only unique selections -* `[AMOUNT]` - Optional increment/decrement count +Increment or decrement selections -== TODO +* `[AMOUNT]` - Optional increment/decrement count (default: `1`) -* I don't know what will happen with multiline strings and regex -* Figure out how to change the `no_skip_whitespace` option name in the source -* Get sort by selections working +.Example +[%collapsible] +==== +Before: +++++ +++++ + +After `incr 3`: +++++ +++++ +====