From aad149d30a24616a8b3e81b4c856ff32487a196d Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 13 Jul 2024 02:18:01 -0700 Subject: [PATCH] regenerate readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b709c7..695a60f 100644 --- a/README.md +++ b/README.md @@ -911,6 +911,12 @@ and that your terminal's scrollback didn't cap out and eat text. **TODO:** rename because wipe(1) already exists. +### [witch](/sh/witch#L3) + +this is a personal rewrite of `which` from Debian. +the original version didn't run on certain shells, +and inherited inconsistent behaviors from getopts. + ### [xxp](/sh/xxp#L4) act like `xxd -p`, but nicely formatted. @@ -1201,5 +1207,5 @@ copy files in a plain way using rsync. affected by umask. | [v_upper](#v_upper) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | | [wat](#wat) | zsh | ✔️ | ⭕ | ⭕ | ⭕ | | [wipe](#wipe) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | -| [witch](#witch) | *sh* | ⭕ | ⭕ | ✔️ | ✔️ | +| [witch](#witch) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | | [xxp](#xxp) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |