mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
regenerate readme
This commit is contained in:
parent
d300d3af84
commit
aa08541a33
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -252,6 +252,17 @@ $ days 'January 1 1970'
|
|||
18838
|
||||
```
|
||||
|
||||
### [decently](/sh/decently#L9)
|
||||
|
||||
given a list of directories, update the last-modified timestamp
|
||||
of each argument to that of the most recent file that it contains.
|
||||
|
||||
note that *files* are found recursively, but only the
|
||||
*outermost directory* (the one specified by argument)
|
||||
has its timestamp updated. symlinks are followed.
|
||||
`.git` subdirectories are skipped over.
|
||||
the timestamps of subdirectories are ignored.
|
||||
|
||||
### [dfu](/sh/dfu#L9)
|
||||
|
||||
pretty-print `df` in GiB.
|
||||
|
@ -1080,6 +1091,7 @@ print each argument on its own line.
|
|||
| [countdiff](#countdiff) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| [cutv](#cutv) | zsh | ✔️ | ⭕ | ⭕ | ⭕ |
|
||||
| [days](#days) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| [decently](#decently) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| [dfu](#dfu) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| [disowned](#disowned) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||
| [document](#document) | dash | ⭕ | ⭕ | ✔️ | ✔️ |
|
||||
|
|
Loading…
Add table
Reference in a new issue