Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Embed with-email(1) into cronjob(1) and improve its reporting | EuAndreh | 2023-03-13 | 1 | -92/+0 |
| | |||||
* | bin/: Cleanup temp file before exit | EuAndreh | 2023-02-23 | 1 | -0/+1 |
| | |||||
* | bin/: Use explicit "--" separator for assert-arg usages | EuAndreh | 2023-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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. | ||||
* | etc/guix/home.scm: Setup working cronjobs | EuAndreh | 2022-08-12 | 1 | -11/+3 |
| | |||||
* | bin/{with-,}email: Add "Examples" section to help string | EuAndreh | 2022-08-12 | 1 | -0/+15 |
| | |||||
* | Move Git repository into ~/.usr/.git/ | EuAndreh | 2022-05-12 | 1 | -0/+84 |