aboutsummaryrefslogtreecommitdiff
path: root/bin/email (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/*: Add matching parenthesis to case clausesEuAndreh2023-07-291-7/+7
|
* bin/: Make help string more consistent across several executablesEuAndreh2023-04-121-0/+1
|
* bin/email: Make ADDRESS optionalEuAndreh2023-03-121-6/+9
|
* bin/email: Avoid erros with echo by replacing it with printfEuAndreh2023-03-111-1/+1
|
* bin/: Use explicit "--" separator for assert-arg usagesEuAndreh2023-02-171-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:"EuAndreh2022-11-241-8/+23
|
* bin/mailcfg: Use PascalCase label over lowercase normalized oneEuAndreh2022-10-291-1/+1
|
* bin/email: Add UTF-8 content-type headerEuAndreh2022-09-181-1/+1
|
* bin/: Replace usage of assert_arg with assert-argEuAndreh2022-08-131-13/+2
|
* bin/{with-,}email: Add "Examples" section to help stringEuAndreh2022-08-121-0/+10
|
* bin/email: Fix name from "mail" to "email" in usage stringEuAndreh2022-05-131-2/+2
|
* Move Git repository into ~/.usr/.git/EuAndreh2022-05-121-0/+74