From 4ebd42d8dfbced9cd7f41145533e29c197109e21 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 5 Jul 2024 05:11:19 -0700 Subject: [PATCH] regenerate readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index befdd48..7fa9132 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,12 @@ $ echo2 -e 'this\nthat' those open a single directory in `explorer.exe`, defaulting to `$PWD`. +### [feud](/sh/feud#L4) + +parse command-line arguments, mapping short-flags to variable names. + +**NOTE:** the API is still experimental and will undergo major changes. + ### [ff](/sh/ff#L4) select a file from a given or current directory using @@ -1098,6 +1104,7 @@ copy files in a plain way using rsync. affected by umask. | [ea](#ea) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | | [echo2](#echo2) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | | [explore](#explore) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | +| [feud](#feud) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | | [ff](#ff) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | | [ghmd](#ghmd) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | | [glug](#glug) | dash | ✔️ | ✔️ | ✔️ | ✔️ |