1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

regenerate readme

This commit is contained in:
Connor Olding 2024-07-05 05:11:19 -07:00
parent 48e142be63
commit 4ebd42d8df

View file

@ -363,6 +363,12 @@ $ echo2 -e 'this\nthat' those
open a single directory in `explorer.exe`, defaulting to `$PWD`. 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) ### [ff](/sh/ff#L4)
select a file from a given or current directory using 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* | ✔️ | ✔️ | ✔️ | ✔️ | | [ea](#ea) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
| [echo2](#echo2) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | | [echo2](#echo2) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
| [explore](#explore) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | | [explore](#explore) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
| [feud](#feud) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
| [ff](#ff) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | | [ff](#ff) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
| [ghmd](#ghmd) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | | [ghmd](#ghmd) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
| [glug](#glug) | dash | ✔️ | ✔️ | ✔️ | ✔️ | | [glug](#glug) | dash | ✔️ | ✔️ | ✔️ | ✔️ |