stred

Stred: Streaming Tree Editor. Like sed but for JSON
git clone http://shtanton.xyz/git/repo/stred
Log | Files | Refs | README

commit 58bbf68238e7711da1dda53d9656444ed6ccbd4d
parent 1abac87b09c8137058cee4bb23430d81677ff4f1
Author: Charlie Stanton <charlie@shtanton.xyz>
Date:   Wed, 26 Apr 2023 13:01:04 +0100

Fix README mistake

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -258,8 +258,8 @@ With an understanding of subexes, we can look at the stred commands | `F/<subex>/` | Shorthand for `S/<subex>(.{-0}::)/` | | `l/<subex>/` | Shorthand for `S/.{0-}<subex>/` | | `L/<subex>/` | Shorthand for `S/.{0-}::<subex>/` | -| `a/<subex>/` | Shorthand for `s/<subex>\|.{-0}` | -| `A/<subex>/` | Shorthand for `S/<subex>\|.{-0}` | +| `a/<subex>/` | Shorthand for `s/<subex>\|.{-0}/` | +| `A/<subex>/` | Shorthand for `S/<subex>\|.{-0}/` | | `p` | Print whatever is in the value register | | `d` | Delete whatever is in the value register | | `D` | Delete whatever is in the path register |