aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* src/remembering.sh: Use "cat <<EOF" for printing help stringEuAndreh2021-06-131-6/+7
|
* 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/+16
|
* tests/cli-opts.sh: Test help flags on different position tooEuAndreh2021-06-131-0/+16
|
* tests/cli-opts.sh: Refactor tests to use assert_grep_stdout over ↵EuAndreh2021-06-131-3/+3
| | | | assert_grep_stream
* tests/cli-opts.sh: Remove duplicated assert_usageEuAndreh2021-06-131-8/+0
|
* aux/workflow/assert-*: UpdateEuAndreh2021-06-132-9/+47
|
* aux/guix/manifest.scm: Remove gzip packageEuAndreh2021-06-131-1/+0
|
* aux/ci/report.sh: Include title in the generated HTML pageEuAndreh2021-06-131-0/+1
|
* aux/ci/ci-build.sh: Use -v on rsyncEuAndreh2021-06-131-1/+1
|
* README.md: Use full links to online manpagesEuAndreh2021-06-131-1/+5
|
* README.md: Small tweaksEuAndreh2021-06-131-1/+3
|
* Make README.md and long-description congruentEuAndreh2021-06-132-4/+6
|
* CHANGELOG.md: s/Remove/Removed/EuAndreh2021-06-131-1/+1
|
* Makefile: Don't rely on gzip for "install" targetEuAndreh2021-06-131-2/+2
|
* Makefile: Use $(NAME) variableEuAndreh2021-06-131-2/+2
|
* Makefile: Add ./aux/workflow/assert-manpages.sh to "dev-check" targetEuAndreh2021-06-132-0/+45
|
* TODOs.md: Add #task-cb17c58a-bb00-d554-8ed8-1b53eb12b70dEuAndreh2021-06-121-0/+3
|
* aux/guix/pinned-channels.scm: Change channel of xyz-euandreh channelEuAndreh2021-06-111-1/+1
|
* Makefile: Add "clean public dev-check" as dependency of the "dist" targetEuAndreh2021-06-111-1/+1
|
* aux/workflow/dist.sh: Remove unused variablesEuAndreh2021-06-111-2/+1
|
* tests/ranking.sh: Move $LANG configuration to inside of the test fileEuAndreh2021-06-082-1/+2
|
* TODOs.md: Add #task-fe406a67-e406-41a7-df4a-1e006dc636e9EuAndreh2021-06-071-0/+3
|
* tests/ranking.sh: Use LANG=C.UTF-8 for consistent sortingEuAndreh2021-06-072-4/+4
|
* src/remembering.c: Use tabs over spacesEuAndreh2021-06-071-684/+735
|
* README.md: Update for latest standardsEuAndreh2021-06-071-6/+13
|
* Update files under aux/EuAndreh2021-06-077-17/+36
|
* TODOs.md: Mark #task-4686d9a5-3514-e7f2-25de-b3cf66199124 as CANCELLEDEuAndreh2021-06-061-1/+11
|
* Revert "Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)"EuAndreh2021-06-061-2/+2
| | | | This reverts commit 107d9fa6012a9312bcee9da0bf86e6fa7a34cfef.
* TODOs.md: Mark #task-4686d9a5-3514-e7f2-25de-b3cf66199124 as DONEEuAndreh2021-06-061-2/+16
|
* Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)EuAndreh2021-06-061-2/+2
|
* TODOs.md: Mark #task-19f9d131-696a-3417-c052-6312f04a33af as DONEEuAndreh2021-06-061-1/+14
|
* tests/ranking.sh: Add test_utf_commandsEuAndreh2021-06-061-1/+18
|
* TODOs.md: Add #task-19f9d131-696a-3417-c052-6312f04a33afEuAndreh2021-06-061-0/+10
|
* TODOs.md: Add link to #task-b001c31a-5053-d317-d8d3-c9647aa34067EuAndreh2021-06-061-0/+4
|
* aux/workflow/assert-readme.sh: Assert the end of the CONTRIBUTING sectionEuAndreh2021-06-061-0/+12
|
* README.md: Add explicit "Links" and "Releases" sectionsEuAndreh2021-06-065-40/+53
| | | | | | | | | | | | | | | | | | | Instead of generating the "Links" and "Releases" sections on the fly and adding them to the end of the README.md before processing it with aux/workflow/README.sh, embed those sections directly and use aux/workflow/assert-readme.sh to make sure the metadata is there. Before we had: 1. generate "Links" and "Releases" on the fly inside aux/workflow/README.sh; 2. add those sections to the end of the README.md; 3. use the custom pandoc build command inside the aux/workflow/README.sh file. Now we have: 1. embed "Links" and "Releases" in the README.md directly; 2. use aux/workflow/assert-readme.sh to validate the correct metadata; 3. use the vanilla aux/workflow/commonmark.sh to generate the HTML.
* aux/: Use tabs over spaces for .sh filesEuAndreh2021-06-0614-185/+188
|
* src/remembering.sh: Use tabs for separating options columnsEuAndreh2021-06-061-4/+4
|
* aux/: Add favicon to generated HTML filesEuAndreh2021-06-068-0/+69
|
* Remove assert-clang-format.shEuAndreh2021-06-062-17/+0
| | | | | | | The default formatter uses spaces over tabs, and I can't get it to override that. The --style='{UseTab: Always}' should have done it, but it didn't work.
* mv src/remembering.in src/remembering.shEuAndreh2021-06-062-1/+1
|
* TODOs.md: Add #task-4686d9a5-3514-e7f2-25de-b3cf66199124EuAndreh2021-06-061-0/+7
|
* aux/workflow/public.sh: Mark as executableEuAndreh2021-03-231-0/+0
|
* aux/ci/ci-build.sh: Run build target before tests, so we have HTML files ↵EuAndreh2021-03-231-7/+1
| | | | when tests fail
* src/remembering.c: clang-formatEuAndreh2021-03-231-43/+43
|
* Remove unused aux/workflow/CHANGELOG.shEuAndreh2021-03-231-17/+0
|
* src/remembering.c: WIP more tests for mkdir_pEuAndreh2021-03-221-5/+81
|
* aux/guix/with-container.sh: Add --fallback to Guix commandsEuAndreh2021-03-131-7/+6
|
* tests/lib.sh: spaces -> tabsEuAndreh2021-03-121-1/+1
|