aboutsummaryrefslogtreecommitdiff
path: root/bin/forever (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-11-14bin/forever: Add "-n" option, remove long optionsEuAndreh1-45/+7
2023-07-29bin/*: Add matching parenthesis to case clausesEuAndreh1-6/+6
2023-04-12bin/: Make help string more consistent across several executablesEuAndreh1-1/+4
2023-02-27bin/forever: Add -q flagEuAndreh1-3/+10
2023-02-17bin/: Use explicit "--" separator for assert-arg usagesEuAndreh1-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.
2022-08-13bin/forever: Report on the status code of each runEuAndreh1-1/+3
2022-08-13bin/forever: Add working utilityEuAndreh1-8/+10
2022-08-13bin/m: Add working utilityEuAndreh1-4/+16
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/tmpname: Add working versionEuAndreh1-5/+4
2022-05-12.local/bin/uuid: Add working versionEuAndreh1-12/+7
2022-04-24~/.local/bin/qr: Add scriptEuAndreh1-0/+58