summaryrefslogtreecommitdiff
path: root/aux (unfollow)
Commit message (Collapse)AuthorFilesLines
9 daysRewrite remembering in GoEuAndreh25-1020/+0
The shell pipeline (sed | sort | tee | awk | sort | cut | "$@" plus the cut | uniq | awk profile rewrite) becomes a single static binary with the same observable behaviour, pinned by the original ranking.sh, signals.sh and cli-opts.sh suites, now aimed at remembering.bin: - the profile keeps the exact on-disk format, COUNT profile TEXT, byte-sorted with new picks appended at 1 and offered-but-never- picked entries persisted at 0; - the menu stays count-descending with byte-order ties, stdin alone defines what is offered, and duplicate profile lines sum for ranking but collapse to the highest count on rewrite, as sort | uniq -f1 did; - the wrapped command's exit status is forwarded as-is (128+sig for signal deaths), its stderr passes through, and an empty pick learns nothing; - the profile rewrite stays atomic via .tmp plus rename. Per the house CLI conventions, -h/-V/--help/--version are gone (the manpage is the documentation; bad options print the usage on stderr and exit 2), and getopts-style attached option arguments (-pNAME) are not accepted any more --- no script in the wild used them. The project layout follows rot: raw go tool compile/link Makefile, mkdeps.sh-generated deps.mk, white-box unit suite, fuzz target over the profile parse/serialize roundtrip, functional pick roundtrip, a 1M-line ranking benchmark, and a single English asciidoc manpage absorbing the old .5 page; the po4a/aux release machinery goes away. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2025-03-10rm -rf aux/ci/EuAndreh3-448/+0
2023-04-03re 's/TLD/DOMAIN/g'EuAndreh11-25/+25
2023-04-03TODOs.md: Embed contents of "FIXME" fileEuAndreh2-1/+0
2023-04-02aux/checks/repo.sh: WIP Fix testsEuAndreh5-85/+91
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 22a7b4f0c8e018077984d58476a0c419b5e11942 git notes --ref=refs/notes/ci-data show 22a7b4f0c8e018077984d58476a0c419b5e11942 Exit status: 2 Duration: 7
2023-04-02aux/dev.mk: make in parallel over for loopEuAndreh1-1/+1
2023-04-02Makefile: Unify calls to aux/dev.mkEuAndreh1-1/+1
2023-04-02aux/checks/spelling.sh: Do not echoEuAndreh1-1/+1
2023-04-02Generate .en.md symlinks in aux/dev.mkEuAndreh1-5/+17
2023-04-02mv po4a.cfg po/EuAndreh1-2/+2
2023-04-01aux/ci/git-post-receive.sh: Do not allow CI report to failEuAndreh1-1/+1
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show e114e11d82d9287d2058ea8bd684199abd00be68 git notes --ref=refs/notes/ci-data show e114e11d82d9287d2058ea8bd684199abd00be68 Exit status: 2 Duration: 46
2023-04-01Revamp code under aux/EuAndreh32-788/+521
2023-04-01Revamp CI: simpler variant of the same functionalityEuAndreh11-228/+414
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-03-31Unmark "lib.sh" files as executablesEuAndreh1-0/+0
2023-03-31Do not depend on m4 for anythingEuAndreh1-9/+6
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
2021-09-02aux/80-columns.sh: Add fileEuAndreh1-0/+12
2021-09-02aux/workflow/repocheck.sh: Add fileEuAndreh1-0/+184
2021-09-02aux/guix/manifest.scm: Update i18n dependenciesEuAndreh1-5/+11
2021-09-01mv aux/workflow/manpages.sh doc/manpages.shEuAndreh1-66/+0
2021-09-01aux/: UpdateEuAndreh17-87/+153
2021-09-01aux/workflow/favicon.png: RemoveEuAndreh1-0/+0
2021-07-23aux/: UpdateEuAndreh18-199/+251
2021-06-27mv {aux => tests}/tests-lib.shEuAndreh1-123/+0
2021-06-26aux/: Update, adapt Makefile accordinglyEuAndreh13-58/+372
2021-06-26aux/utils.sh: Remove unused fileEuAndreh1-9/+0
2021-06-26aux/guix/manifest.scm: Add gettext and po4a for doing i18nEuAndreh1-0/+2
2021-06-26Makefile, README.md: Adapt to changes in aux/EuAndreh17-87/+168
2021-06-22aux/tests-lib.sh: Use colours in test reportingEuAndreh1-6/+17
2021-06-22aux/workflow/TODOs.sh: Use <pre> over <span> for idsEuAndreh1-1/+1
2021-06-19Setup base i18n infrastructureEuAndreh2-3/+188
2021-06-19aux/ci/report.sh: Don't override signatures notes refEuAndreh1-1/+4
2021-06-17aux/workflow/assert-changelog.sh: UpdateEuAndreh2-5/+8
2021-06-16aux/: UpdateEuAndreh3-14/+15
2021-06-16CHANGELOG.md: Add link to homeEuAndreh1-0/+9
2021-06-14aux/guix/manifest.scm: Remove unused packagesEuAndreh1-3/+0
2021-06-14aux/workflow/assert-manpages.sh: Ignore manpages that are just .soEuAndreh1-0/+4
2021-06-14doc/remembering.*: Escape illegal characters in link to mailing listEuAndreh1-1/+1
2021-06-14aux/workflow/assert-manpages.sh: Add -i flagEuAndreh1-1/+18
2021-06-14doc/remembering.*: Make correct usage of .MT and .UR requestsEuAndreh1-9/+11
Adjust aux/workflow/assert-manpages.sh accordingly.
2021-06-13aux/workflow/TODOs.sh: Generate valid HTMLEuAndreh1-3/+8
2021-06-13aux/ci/report.sh: Add missing close quoteEuAndreh1-1/+1
2021-06-13aux/ci/report.sh: Add link to homepage on generated HTMLEuAndreh1-3/+4
2021-06-13aux/workflow/dist.sh: Improve checks before taggingEuAndreh1-1/+8
2021-06-13Move tests/lib.sh -> aux/tests-lib.sh; add fgrep assert variantEuAndreh1-0/+93
2021-06-13aux/workflow/assert-*: UpdateEuAndreh2-9/+47
2021-06-13aux/guix/manifest.scm: Remove gzip packageEuAndreh1-1/+0