| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-07-29 | bin/*: Add matching parenthesis to case clauses | EuAndreh | 1 | -5/+5 | |
| 2023-04-12 | bin/: Make help string more consistent across several executables | EuAndreh | 1 | -1/+5 | |
| 2023-02-17 | bin/: Use explicit "--" separator for assert-arg usages | EuAndreh | 1 | -1/+1 | |
| In order to prevent legitimate cases to fail as errors, such as: NUM='-10' eval "$(assert-arg "$NUM" '-n NUM')" To prevent assert-arg(1) from treating "-10" as the options "-1 and -0, they need to be put after the "--" separator. This way, all usages of assert-arg(1) that had its first argument as a variable were adapted, and the usage and examples of assert-arg itself were updated to encourage this best practice. | |||||
| 2022-08-13 | bin/n-times: Add working utility | EuAndreh | 1 | -7/+14 | |
| 2022-08-13 | bin/forever: Add working utility | EuAndreh | 1 | -8/+10 | |
| 2022-08-13 | bin/m: Add working utility | EuAndreh | 1 | -4/+16 | |
| 2022-05-12 | Move Git repository into ~/.usr/.git/ | EuAndreh | 1 | -0/+0 | |
| 2022-05-12 | git mv .local/bin/ .usr/bin/ | EuAndreh | 1 | -0/+0 | |
| 2022-05-12 | .local/bin/tmpname: Add working version | EuAndreh | 1 | -5/+4 | |
| 2022-05-12 | .local/bin/uuid: Add working version | EuAndreh | 1 | -12/+7 | |
| 2022-04-24 | ~/.local/bin/qr: Add script | EuAndreh | 1 | -0/+58 | |
