aboutsummaryrefslogtreecommitdiff
path: root/description (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-01Revamp code under aux/EuAndreh65-5952/+6409
2023-04-01Revamp CI: simpler variant of the same functionalityEuAndreh13-232/+445
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 1a3208d43f837768e18219ca4e79fe31bf748865 git notes --ref=refs/notes/ci-data show 1a3208d43f837768e18219ca4e79fe31bf748865 Exit status: 2 Duration: 4
2023-04-01aux/lib.sh: Add generic assert_arg()EuAndreh1-3/+9
2023-04-01Update po/ with newer stringsEuAndreh6-336/+759
2023-03-31tests/ranking.sh: Pick last value to prevent broken pipesEuAndreh1-5/+6
2023-03-31tests/ranking.sh: Uncomment "$ERR" outputEuAndreh1-1/+1
2023-03-31Unmark "lib.sh" files as executablesEuAndreh2-0/+0
2023-03-31Do not depend on m4 for anythingEuAndreh4-60/+54
2023-03-22Release v0.3.0v0.3.0EuAndreh2-2/+57
2023-03-22aux/workflow/dist.sh: Update Git push optionsEuAndreh1-4/+4
2023-03-22aux/workflow/dist.sh: Use authoring date over commit dateEuAndreh1-1/+1
2023-03-22aux/workflow/dist.sh: Do not build before doing distEuAndreh1-1/+1
2022-11-25Refactor: rewrite logic to make it simpler and fasterEuAndreh4-132/+167
2022-11-08src/remembering.in: Use indented heredoc for usage() and help()EuAndreh1-9/+14
2022-11-08src/remembering.in: Remove hyphen between name and versionEuAndreh2-2/+2
Also use the @NAME@ placeholder over the hard-coded "remembering" value. Update tests/clip-opts.sh to match.