summaryrefslogtreecommitdiff
path: root/aux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite remembering in GoEuAndreh9 days25-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>
* rm -rf aux/ci/EuAndreh2025-03-103-448/+0
|
* re 's/TLD/DOMAIN/g'EuAndreh2023-04-0311-25/+25
|
* TODOs.md: Embed contents of "FIXME" fileEuAndreh2023-04-032-1/+0
|
* aux/checks/repo.sh: WIP Fix testsEuAndreh2023-04-025-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
* aux/dev.mk: make in parallel over for loopEuAndreh2023-04-021-1/+1
|
* Makefile: Unify calls to aux/dev.mkEuAndreh2023-04-021-1/+1
|
* aux/checks/spelling.sh: Do not echoEuAndreh2023-04-021-1/+1
|
* Generate .en.md symlinks in aux/dev.mkEuAndreh2023-04-021-5/+17
|
* mv po4a.cfg po/EuAndreh2023-04-021-2/+2
|
* aux/ci/git-post-receive.sh: Do not allow CI report to failEuAndreh2023-04-011-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
* Revamp code under aux/EuAndreh2023-04-0132-788/+521
|
* Revamp CI: simpler variant of the same functionalityEuAndreh2023-04-0111-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
* aux/lib.sh: Add generic assert_arg()EuAndreh2023-04-011-3/+9
|
* Unmark "lib.sh" files as executablesEuAndreh2023-03-311-0/+0
|
* Do not depend on m4 for anythingEuAndreh2023-03-311-9/+6
|
* aux/workflow/dist.sh: Update Git push optionsEuAndreh2023-03-221-4/+4
|
* aux/workflow/dist.sh: Use authoring date over commit dateEuAndreh2023-03-221-1/+1
|
* aux/workflow/dist.sh: Do not build before doing distEuAndreh2023-03-221-1/+1
|
* aux/80-columns.sh: Add fileEuAndreh2021-09-021-0/+12
|
* aux/workflow/repocheck.sh: Add fileEuAndreh2021-09-021-0/+184
|
* aux/guix/manifest.scm: Update i18n dependenciesEuAndreh2021-09-021-5/+11
|
* mv aux/workflow/manpages.sh doc/manpages.shEuAndreh2021-09-011-66/+0
|
* aux/: UpdateEuAndreh2021-09-0117-87/+153
|
* aux/workflow/favicon.png: RemoveEuAndreh2021-09-011-0/+0
|
* aux/: UpdateEuAndreh2021-07-2318-199/+251
|
* mv {aux => tests}/tests-lib.shEuAndreh2021-06-271-123/+0
|
* aux/: Update, adapt Makefile accordinglyEuAndreh2021-06-2613-58/+372
|
* aux/utils.sh: Remove unused fileEuAndreh2021-06-261-9/+0
|
* aux/guix/manifest.scm: Add gettext and po4a for doing i18nEuAndreh2021-06-261-0/+2
|
* Makefile, README.md: Adapt to changes in aux/EuAndreh2021-06-2617-87/+168
|
* aux/tests-lib.sh: Use colours in test reportingEuAndreh2021-06-221-6/+17
|
* aux/workflow/TODOs.sh: Use <pre> over <span> for idsEuAndreh2021-06-221-1/+1
|
* Setup base i18n infrastructureEuAndreh2021-06-192-3/+188
|
* aux/ci/report.sh: Don't override signatures notes refEuAndreh2021-06-191-1/+4
|
* aux/workflow/assert-changelog.sh: UpdateEuAndreh2021-06-172-5/+8
|
* aux/: UpdateEuAndreh2021-06-163-14/+15
|
* CHANGELOG.md: Add link to homeEuAndreh2021-06-161-0/+9
|
* aux/guix/manifest.scm: Remove unused packagesEuAndreh2021-06-141-3/+0
|
* aux/workflow/assert-manpages.sh: Ignore manpages that are just .soEuAndreh2021-06-141-0/+4
|
* doc/remembering.*: Escape illegal characters in link to mailing listEuAndreh2021-06-141-1/+1
|
* aux/workflow/assert-manpages.sh: Add -i flagEuAndreh2021-06-141-1/+18
|
* doc/remembering.*: Make correct usage of .MT and .UR requestsEuAndreh2021-06-141-9/+11
| | | | Adjust aux/workflow/assert-manpages.sh accordingly.
* aux/workflow/TODOs.sh: Generate valid HTMLEuAndreh2021-06-131-3/+8
|
* aux/ci/report.sh: Add missing close quoteEuAndreh2021-06-131-1/+1
|
* aux/ci/report.sh: Add link to homepage on generated HTMLEuAndreh2021-06-131-3/+4
|
* aux/workflow/dist.sh: Improve checks before taggingEuAndreh2021-06-131-1/+8
|
* Move tests/lib.sh -> aux/tests-lib.sh; add fgrep assert variantEuAndreh2021-06-131-0/+93
|
* aux/workflow/assert-*: UpdateEuAndreh2021-06-132-9/+47
|
* aux/guix/manifest.scm: Remove gzip packageEuAndreh2021-06-131-1/+0
|