aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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.