| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-01-04 | re "s|echo \"\\\$|printf '%s\\\n' \"\$|g" | EuAndreh | 1 | -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-15 | bin/msg: Improve help string | EuAndreh | 1 | -5/+5 | |
| 2023-07-29 | bin/*: Add matching parenthesis to case clauses | EuAndreh | 1 | -8/+8 | |
| 2023-04-12 | bin/: Make help string more consistent across several executables | EuAndreh | 1 | -0/+6 | |
| 2023-02-17 | bin/: Use explicit "--" separator for assert-arg usages | EuAndreh | 1 | -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-27 | bin/{msg,tmp,xmpp}: Change euandreh.xyz -> euandre.org | EuAndreh | 1 | -1/+1 | |
| 2022-10-20 | Fix all ShellCheck warnings | EuAndreh | 1 | -1/+0 | |
| IOW, `make check-shellcheck` passes. | |||||
| 2022-08-13 | bin/: Replace usage of assert_arg with assert-arg | EuAndreh | 1 | -12/+4 | |
| 2022-08-12 | bin/msg: Support good and bad messages via -0 and -1 | EuAndreh | 1 | -7/+24 | |
| 2022-05-18 | bin/msg: Add example to help message | EuAndreh | 1 | -0/+12 | |
| 2022-05-18 | bin/msg: Use a single MESSAGE for all actions that take an argument | EuAndreh | 1 | -15/+58 | |
| 2022-05-14 | bin/msg: Run notifications in parallel | EuAndreh | 1 | -7/+7 | |
| 2022-05-14 | bin/msg: Include an empty space in the body of the email to get a valid email | EuAndreh | 1 | -1/+1 | |
| 2022-05-12 | bin/msg: Move audio files to $XDG_DATA_HOME/msg/ | EuAndreh | 1 | -2/+2 | |
| 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/msg: Allow $ACTION_DONE to fallthrough to "wait" statement | EuAndreh | 1 | -1/+0 | |
| 2022-05-12 | .local/bin/msg: Use `email` command over `mail` | EuAndreh | 1 | -5/+1 | |
| 2022-05-12 | .local/bin/msg: Play sound by default | EuAndreh | 1 | -1/+8 | |
| 2022-05-12 | .local/bin/msg: Fix xmpp - add to address | EuAndreh | 1 | -1/+1 | |
| 2022-05-04 | ~/.local/bin/msg: Add working version! | EuAndreh | 1 | -0/+88 | |
