mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
regenerate readme
This commit is contained in:
parent
13f38a7687
commit
79e81f07d7
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -285,10 +285,6 @@ $ countdiff README-old.md README.md
|
|||
739
|
||||
```
|
||||
|
||||
### [cutv](/sh/cutv#L4)
|
||||
|
||||
(WIP) create a short clip of a long video file.
|
||||
|
||||
### [days](/sh/days#L4)
|
||||
|
||||
compute the number of days since a given date.
|
||||
|
@ -782,6 +778,10 @@ asses
|
|||
|
||||
```
|
||||
|
||||
### [subdue](/sh/subdue#L4)
|
||||
|
||||
reconfigure your terminal's color scheme using a preset for [recolor.](#recolor)
|
||||
|
||||
### [sum](/sh/sum#L4)
|
||||
|
||||
compute the summation of its arguments without forking processes.
|
||||
|
@ -1137,6 +1137,7 @@ copy files in a plain way using rsync. affected by umask.
|
|||
| [preload](#preload) | **false** | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| [psbm](#psbm) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| [randir](#randir) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| [recolor](#recolor) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| [rot13](#rot13) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| [rs](#rs) | zsh | ✔️ | ⭕ | ⭕ | ⭕ |
|
||||
| [running](#running) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
|
@ -1152,6 +1153,7 @@ copy files in a plain way using rsync. affected by umask.
|
|||
| [sram](#sram) | zsh | ✔️ | ✔️ | ⭕ | ⭕ |
|
||||
| [stfu](#stfu) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| [streamcrap](#streamcrap) | **false** | ✔️ | ✔️ | ⭕ | ⭕ |
|
||||
| [subdue](#subdue) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| [sum](#sum) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| [sv](#sv) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| [trash](#trash) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
|
|
Loading…
Add table
Reference in a new issue