aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/assert-readme.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-06aux/workflow/assert-readme.sh: Assert the end of the CONTRIBUTING sectionEuAndreh1-0/+12
2021-06-06README.md: Add explicit "Links" and "Releases" sectionsEuAndreh5-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.
2021-06-06aux/: Use tabs over spaces for .sh filesEuAndreh14-185/+188
2021-06-06src/remembering.sh: Use tabs for separating options columnsEuAndreh1-4/+4
2021-06-06aux/: Add favicon to generated HTML filesEuAndreh8-0/+69
2021-06-06Remove assert-clang-format.shEuAndreh2-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.
2021-06-06mv src/remembering.in src/remembering.shEuAndreh2-1/+1
2021-06-06TODOs.md: Add #task-4686d9a5-3514-e7f2-25de-b3cf66199124EuAndreh1-0/+7
2021-03-23aux/workflow/public.sh: Mark as executableEuAndreh1-0/+0
2021-03-23aux/ci/ci-build.sh: Run build target before tests, so we have HTML files ↵EuAndreh1-7/+1
when tests fail
2021-03-23src/remembering.c: clang-formatEuAndreh1-43/+43
2021-03-23Remove unused aux/workflow/CHANGELOG.shEuAndreh1-17/+0
2021-03-22src/remembering.c: WIP more tests for mkdir_pEuAndreh1-5/+81
2021-03-13aux/guix/with-container.sh: Add --fallback to Guix commandsEuAndreh1-7/+6
2021-03-12tests/lib.sh: spaces -> tabsEuAndreh1-1/+1
2021-03-10Revert change to aux/ci/ci-build.shEuAndreh1-1/+1
2021-03-10src/remembering.c: clang-formatEuAndreh1-13/+13
2021-03-10TODOs.md: Add link reference to #task-2c3021db-7ede-c835-691a-af240c11f883EuAndreh1-1/+1
2021-03-10src/remembering.c: Write more tests, make existing tests more robustEuAndreh1-62/+250
2021-03-10TODOs.md: Add comment on #task-c1129666-b373-4b9d-8e10-927689048b05EuAndreh1-0/+4
2021-03-10TODOs.md: Mark #task-b001c31a-5053-d317-d8d3-c9647aa34067 as DONEEuAndreh1-1/+5
2021-03-10Support --version flagEuAndreh2-2/+21
2021-03-10tests/cli-opts.sh: Use assert_grep_streamEuAndreh1-5/+2
2021-03-10TODOs.md: Add #task-2c3021db-7ede-c835-691a-af240c11f883EuAndreh1-0/+9
2021-03-09TODOs.md: Add #task-b001c31a-5053-d317-d8d3-c9647aa34067EuAndreh1-0/+3
2021-03-09ci-build.sh: Publish CI logs even when "dev-check" failsEuAndreh1-1/+1
2021-03-09Revert "Makefile: Use "troff" over "groff""EuAndreh1-1/+1
This reverts commit a649cf53498bb9bdff79a40eb39462d8ccd1a396.
2021-03-09assert-clang-format.sh: ShellCheckEuAndreh1-2/+2
2021-03-08Remove xargs -0 flag usageEuAndreh2-3/+3
2021-03-08TODOs.md: Add #task-8af5055c-d1e1-beba-128c-4cabc40e8057EuAndreh1-0/+3
2021-03-08Makefile: Use valgrind flags from fallible-checkEuAndreh1-8/+1
2021-03-08Makefile: Use "troff" over "groff"EuAndreh1-1/+1
2021-03-08README.md: Reword contributing sectionEuAndreh1-1/+1
2021-03-07README.md: Move links closer to listEuAndreh1-5/+5
2021-03-07TODOs.sh: Remove unused SED_REGEX variableEuAndreh1-2/+0
2021-03-07README.md: re-write contributing with more spaced examplesEuAndreh1-1/+11
2021-03-07manifest.scm: Remove gettext packageEuAndreh1-1/+0
2021-03-07TODOs.sh: Use sed to remove dependency on gettextEuAndreh2-12/+16
2021-03-07assert-todos.sh: Remove reference to inexistant docbook-xsl/ directoryEuAndreh1-1/+1
2021-03-07README.md: Add Contributing section, documenting extra dependenciesEuAndreh1-0/+17
2021-03-07src/remembering.c: Add tests for negative and floating-point numbers in the ↵EuAndreh1-0/+12
profile lines
2021-03-07src/remembering.c: Be more explicit on manpage pointerEuAndreh1-1/+1
2021-03-07CHANGELOG.md: Remove empty Unreleased sectionEuAndreh1-8/+0
2021-03-07CHANGELOG.md: Add links to releasesEuAndreh1-5/+5
2021-03-07tests/cli-opts.sh: ShellCheckEuAndreh1-1/+1
2021-03-07src/remembering.c: Fix memory errorsEuAndreh1-7/+14
2021-03-07Makefile: Add missing -lfallible libraryEuAndreh1-1/+1
2021-03-07.gitignore: Add vgcore.*EuAndreh1-0/+1
2021-03-07Makefile: indent $(NAME) variableEuAndreh1-1/+1
2021-03-07TODOs.md: Mark #task-05c7f068-e935-457f-89ea-1f38227e7779 as CANCELLEDEuAndreh1-1/+5