mirror of
https://github.com/notwa/rc
synced 2024-11-05 05:49:02 -08:00
regenerate readme
This commit is contained in:
parent
19a28440ac
commit
aad149d30a
1 changed files with 7 additions and 1 deletions
|
@ -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* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
|
|
Loading…
Reference in a new issue