aboutsummaryrefslogtreecommitdiff
path: root/src/remembering.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-25Refactor: rewrite logic to make it simpler and fasterEuAndreh1-74/+89
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.