| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 9 days | Rewrite remembering in Go | EuAndreh | 25 | -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-10 | rm -rf aux/ci/ | EuAndreh | 3 | -448/+0 | |
| 2023-04-03 | re 's/TLD/DOMAIN/g' | EuAndreh | 11 | -25/+25 | |
| 2023-04-03 | TODOs.md: Embed contents of "FIXME" file | EuAndreh | 2 | -1/+0 | |
| 2023-04-02 | aux/checks/repo.sh: WIP Fix tests | EuAndreh | 5 | -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-02 | aux/dev.mk: make in parallel over for loop | EuAndreh | 1 | -1/+1 | |
| 2023-04-02 | Makefile: Unify calls to aux/dev.mk | EuAndreh | 1 | -1/+1 | |
| 2023-04-02 | aux/checks/spelling.sh: Do not echo | EuAndreh | 1 | -1/+1 | |
| 2023-04-02 | Generate .en.md symlinks in aux/dev.mk | EuAndreh | 1 | -5/+17 | |
| 2023-04-02 | mv po4a.cfg po/ | EuAndreh | 1 | -2/+2 | |
| 2023-04-01 | aux/ci/git-post-receive.sh: Do not allow CI report to fail | EuAndreh | 1 | -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-01 | Revamp code under aux/ | EuAndreh | 32 | -788/+521 | |
| 2023-04-01 | Revamp CI: simpler variant of the same functionality | EuAndreh | 11 | -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-01 | aux/lib.sh: Add generic assert_arg() | EuAndreh | 1 | -3/+9 | |
| 2023-03-31 | Unmark "lib.sh" files as executables | EuAndreh | 1 | -0/+0 | |
| 2023-03-31 | Do not depend on m4 for anything | EuAndreh | 1 | -9/+6 | |
| 2023-03-22 | aux/workflow/dist.sh: Update Git push options | EuAndreh | 1 | -4/+4 | |
| 2023-03-22 | aux/workflow/dist.sh: Use authoring date over commit date | EuAndreh | 1 | -1/+1 | |
| 2023-03-22 | aux/workflow/dist.sh: Do not build before doing dist | EuAndreh | 1 | -1/+1 | |
| 2021-09-02 | aux/80-columns.sh: Add file | EuAndreh | 1 | -0/+12 | |
| 2021-09-02 | aux/workflow/repocheck.sh: Add file | EuAndreh | 1 | -0/+184 | |
| 2021-09-02 | aux/guix/manifest.scm: Update i18n dependencies | EuAndreh | 1 | -5/+11 | |
| 2021-09-01 | mv aux/workflow/manpages.sh doc/manpages.sh | EuAndreh | 1 | -66/+0 | |
| 2021-09-01 | aux/: Update | EuAndreh | 17 | -87/+153 | |
| 2021-09-01 | aux/workflow/favicon.png: Remove | EuAndreh | 1 | -0/+0 | |
| 2021-07-23 | aux/: Update | EuAndreh | 18 | -199/+251 | |
| 2021-06-27 | mv {aux => tests}/tests-lib.sh | EuAndreh | 1 | -123/+0 | |
| 2021-06-26 | aux/: Update, adapt Makefile accordingly | EuAndreh | 13 | -58/+372 | |
| 2021-06-26 | aux/utils.sh: Remove unused file | EuAndreh | 1 | -9/+0 | |
| 2021-06-26 | aux/guix/manifest.scm: Add gettext and po4a for doing i18n | EuAndreh | 1 | -0/+2 | |
| 2021-06-26 | Makefile, README.md: Adapt to changes in aux/ | EuAndreh | 17 | -87/+168 | |
| 2021-06-22 | aux/tests-lib.sh: Use colours in test reporting | EuAndreh | 1 | -6/+17 | |
| 2021-06-22 | aux/workflow/TODOs.sh: Use <pre> over <span> for ids | EuAndreh | 1 | -1/+1 | |
| 2021-06-19 | Setup base i18n infrastructure | EuAndreh | 2 | -3/+188 | |
| 2021-06-19 | aux/ci/report.sh: Don't override signatures notes ref | EuAndreh | 1 | -1/+4 | |
| 2021-06-17 | aux/workflow/assert-changelog.sh: Update | EuAndreh | 2 | -5/+8 | |
| 2021-06-16 | aux/: Update | EuAndreh | 3 | -14/+15 | |
| 2021-06-16 | CHANGELOG.md: Add link to home | EuAndreh | 1 | -0/+9 | |
| 2021-06-14 | aux/guix/manifest.scm: Remove unused packages | EuAndreh | 1 | -3/+0 | |
| 2021-06-14 | aux/workflow/assert-manpages.sh: Ignore manpages that are just .so | EuAndreh | 1 | -0/+4 | |
| 2021-06-14 | doc/remembering.*: Escape illegal characters in link to mailing list | EuAndreh | 1 | -1/+1 | |
| 2021-06-14 | aux/workflow/assert-manpages.sh: Add -i flag | EuAndreh | 1 | -1/+18 | |
| 2021-06-14 | doc/remembering.*: Make correct usage of .MT and .UR requests | EuAndreh | 1 | -9/+11 | |
| Adjust aux/workflow/assert-manpages.sh accordingly. | |||||
| 2021-06-13 | aux/workflow/TODOs.sh: Generate valid HTML | EuAndreh | 1 | -3/+8 | |
| 2021-06-13 | aux/ci/report.sh: Add missing close quote | EuAndreh | 1 | -1/+1 | |
| 2021-06-13 | aux/ci/report.sh: Add link to homepage on generated HTML | EuAndreh | 1 | -3/+4 | |
| 2021-06-13 | aux/workflow/dist.sh: Improve checks before tagging | EuAndreh | 1 | -1/+8 | |
| 2021-06-13 | Move tests/lib.sh -> aux/tests-lib.sh; add fgrep assert variant | EuAndreh | 1 | -0/+93 | |
| 2021-06-13 | aux/workflow/assert-*: Update | EuAndreh | 2 | -9/+47 | |
| 2021-06-13 | aux/guix/manifest.scm: Remove gzip package | EuAndreh | 1 | -1/+0 | |
