Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin/*: Add matching parenthesis to case clauses | EuAndreh | 2023-07-29 | 1 | -7/+7 |
| | |||||
* | bin/: Make help string more consistent across several executables | EuAndreh | 2023-04-12 | 1 | -0/+1 |
| | |||||
* | bin/email: Make ADDRESS optional | EuAndreh | 2023-03-12 | 1 | -6/+9 |
| | |||||
* | bin/email: Avoid erros with echo by replacing it with printf | EuAndreh | 2023-03-11 | 1 | -1/+1 |
| | |||||
* | bin/: Use explicit "--" separator for assert-arg usages | EuAndreh | 2023-02-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | 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. | ||||
* | bin/email: Stop using msmtpq; add default values for "From:" and "Subject:" | EuAndreh | 2022-11-24 | 1 | -8/+23 |
| | |||||
* | bin/mailcfg: Use PascalCase label over lowercase normalized one | EuAndreh | 2022-10-29 | 1 | -1/+1 |
| | |||||
* | bin/email: Add UTF-8 content-type header | EuAndreh | 2022-09-18 | 1 | -1/+1 |
| | |||||
* | bin/: Replace usage of assert_arg with assert-arg | EuAndreh | 2022-08-13 | 1 | -13/+2 |
| | |||||
* | bin/{with-,}email: Add "Examples" section to help string | EuAndreh | 2022-08-12 | 1 | -0/+10 |
| | |||||
* | bin/email: Fix name from "mail" to "email" in usage string | EuAndreh | 2022-05-13 | 1 | -2/+2 |
| | |||||
* | Move Git repository into ~/.usr/.git/ | EuAndreh | 2022-05-12 | 1 | -0/+74 |