aboutsummaryrefslogtreecommitdiff
path: root/bin/msg (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-04re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"EuAndreh1-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.
2023-08-15bin/msg: Improve help stringEuAndreh1-5/+5
2023-07-29bin/*: Add matching parenthesis to case clausesEuAndreh1-8/+8
2023-04-12bin/: Make help string more consistent across several executablesEuAndreh1-0/+6
2023-02-17bin/: Use explicit "--" separator for assert-arg usagesEuAndreh1-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.
2022-11-27bin/{msg,tmp,xmpp}: Change euandreh.xyz -> euandre.orgEuAndreh1-1/+1
2022-10-20Fix all ShellCheck warningsEuAndreh1-1/+0
IOW, `make check-shellcheck` passes.
2022-08-13bin/: Replace usage of assert_arg with assert-argEuAndreh1-12/+4
2022-08-12bin/msg: Support good and bad messages via -0 and -1EuAndreh1-7/+24
2022-05-18bin/msg: Add example to help messageEuAndreh1-0/+12
2022-05-18bin/msg: Use a single MESSAGE for all actions that take an argumentEuAndreh1-15/+58
2022-05-14bin/msg: Run notifications in parallelEuAndreh1-7/+7
2022-05-14bin/msg: Include an empty space in the body of the email to get a valid emailEuAndreh1-1/+1
2022-05-12bin/msg: Move audio files to $XDG_DATA_HOME/msg/EuAndreh1-2/+2
2022-05-12Move Git repository into ~/.usr/.git/EuAndreh1-0/+0
2022-05-12git mv .local/bin/ .usr/bin/EuAndreh1-0/+0
2022-05-12.local/bin/msg: Allow $ACTION_DONE to fallthrough to "wait" statementEuAndreh1-1/+0
2022-05-12.local/bin/msg: Use `email` command over `mail`EuAndreh1-5/+1
2022-05-12.local/bin/msg: Play sound by defaultEuAndreh1-1/+8
2022-05-12.local/bin/msg: Fix xmpp - add to addressEuAndreh1-1/+1
2022-05-04~/.local/bin/msg: Add working version!EuAndreh1-0/+88