aboutsummaryrefslogtreecommitdiff
path: root/bin/msg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"EuAndreh2024-01-041-1/+1
| | | | | | Replace all cases where `echo` was given a variable as its first argument, even on cases where we always know what the variable's content look like.
* bin/msg: Improve help stringEuAndreh2023-08-151-5/+5
|
* bin/*: Add matching parenthesis to case clausesEuAndreh2023-07-291-8/+8
|
* bin/: Make help string more consistent across several executablesEuAndreh2023-04-121-0/+6
|
* bin/: Use explicit "--" separator for assert-arg usagesEuAndreh2023-02-171-4/+4
| | | | | | | | | | | | | | 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/{msg,tmp,xmpp}: Change euandreh.xyz -> euandre.orgEuAndreh2022-11-271-1/+1
|
* Fix all ShellCheck warningsEuAndreh2022-10-201-1/+0
| | | | IOW, `make check-shellcheck` passes.
* bin/: Replace usage of assert_arg with assert-argEuAndreh2022-08-131-12/+4
|
* bin/msg: Support good and bad messages via -0 and -1EuAndreh2022-08-121-7/+24
|
* bin/msg: Add example to help messageEuAndreh2022-05-181-0/+12
|
* bin/msg: Use a single MESSAGE for all actions that take an argumentEuAndreh2022-05-181-15/+58
|
* bin/msg: Run notifications in parallelEuAndreh2022-05-141-7/+7
|
* bin/msg: Include an empty space in the body of the email to get a valid emailEuAndreh2022-05-141-1/+1
|
* bin/msg: Move audio files to $XDG_DATA_HOME/msg/EuAndreh2022-05-121-2/+2
|
* Move Git repository into ~/.usr/.git/EuAndreh2022-05-121-0/+90