Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: Use $(NAME) variable | EuAndreh | 2021-06-13 | 1 | -2/+2 |
| | |||||
* | Makefile: Add ./aux/workflow/assert-manpages.sh to "dev-check" target | EuAndreh | 2021-06-13 | 2 | -0/+45 |
| | |||||
* | TODOs.md: Add #task-cb17c58a-bb00-d554-8ed8-1b53eb12b70d | EuAndreh | 2021-06-12 | 1 | -0/+3 |
| | |||||
* | aux/guix/pinned-channels.scm: Change channel of xyz-euandreh channel | EuAndreh | 2021-06-11 | 1 | -1/+1 |
| | |||||
* | Makefile: Add "clean public dev-check" as dependency of the "dist" target | EuAndreh | 2021-06-11 | 1 | -1/+1 |
| | |||||
* | aux/workflow/dist.sh: Remove unused variables | EuAndreh | 2021-06-11 | 1 | -2/+1 |
| | |||||
* | tests/ranking.sh: Move $LANG configuration to inside of the test file | EuAndreh | 2021-06-08 | 2 | -1/+2 |
| | |||||
* | TODOs.md: Add #task-fe406a67-e406-41a7-df4a-1e006dc636e9 | EuAndreh | 2021-06-07 | 1 | -0/+3 |
| | |||||
* | tests/ranking.sh: Use LANG=C.UTF-8 for consistent sorting | EuAndreh | 2021-06-07 | 2 | -4/+4 |
| | |||||
* | src/remembering.c: Use tabs over spaces | EuAndreh | 2021-06-07 | 1 | -684/+735 |
| | |||||
* | README.md: Update for latest standards | EuAndreh | 2021-06-07 | 1 | -6/+13 |
| | |||||
* | Update files under aux/ | EuAndreh | 2021-06-07 | 7 | -17/+36 |
| | |||||
* | TODOs.md: Mark #task-4686d9a5-3514-e7f2-25de-b3cf66199124 as CANCELLED | EuAndreh | 2021-06-06 | 1 | -1/+11 |
| | |||||
* | Revert "Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)" | EuAndreh | 2021-06-06 | 1 | -2/+2 |
| | | | | This reverts commit 107d9fa6012a9312bcee9da0bf86e6fa7a34cfef. | ||||
* | TODOs.md: Mark #task-4686d9a5-3514-e7f2-25de-b3cf66199124 as DONE | EuAndreh | 2021-06-06 | 1 | -2/+16 |
| | |||||
* | Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS) | EuAndreh | 2021-06-06 | 1 | -2/+2 |
| | |||||
* | TODOs.md: Mark #task-19f9d131-696a-3417-c052-6312f04a33af as DONE | EuAndreh | 2021-06-06 | 1 | -1/+14 |
| | |||||
* | tests/ranking.sh: Add test_utf_commands | EuAndreh | 2021-06-06 | 1 | -1/+18 |
| | |||||
* | TODOs.md: Add #task-19f9d131-696a-3417-c052-6312f04a33af | EuAndreh | 2021-06-06 | 1 | -0/+10 |
| | |||||
* | TODOs.md: Add link to #task-b001c31a-5053-d317-d8d3-c9647aa34067 | EuAndreh | 2021-06-06 | 1 | -0/+4 |
| | |||||
* | aux/workflow/assert-readme.sh: Assert the end of the CONTRIBUTING section | EuAndreh | 2021-06-06 | 1 | -0/+12 |
| | |||||
* | README.md: Add explicit "Links" and "Releases" sections | EuAndreh | 2021-06-06 | 5 | -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 files | EuAndreh | 2021-06-06 | 14 | -185/+188 |
| | |||||
* | src/remembering.sh: Use tabs for separating options columns | EuAndreh | 2021-06-06 | 1 | -4/+4 |
| | |||||
* | aux/: Add favicon to generated HTML files | EuAndreh | 2021-06-06 | 8 | -0/+69 |
| | |||||
* | Remove assert-clang-format.sh | EuAndreh | 2021-06-06 | 2 | -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.sh | EuAndreh | 2021-06-06 | 2 | -1/+1 |
| | |||||
* | TODOs.md: Add #task-4686d9a5-3514-e7f2-25de-b3cf66199124 | EuAndreh | 2021-06-06 | 1 | -0/+7 |
| | |||||
* | aux/workflow/public.sh: Mark as executable | EuAndreh | 2021-03-23 | 1 | -0/+0 |
| | |||||
* | aux/ci/ci-build.sh: Run build target before tests, so we have HTML files ↵ | EuAndreh | 2021-03-23 | 1 | -7/+1 |
| | | | | when tests fail | ||||
* | src/remembering.c: clang-format | EuAndreh | 2021-03-23 | 1 | -43/+43 |
| | |||||
* | Remove unused aux/workflow/CHANGELOG.sh | EuAndreh | 2021-03-23 | 1 | -17/+0 |
| | |||||
* | src/remembering.c: WIP more tests for mkdir_p | EuAndreh | 2021-03-22 | 1 | -5/+81 |
| | |||||
* | aux/guix/with-container.sh: Add --fallback to Guix commands | EuAndreh | 2021-03-13 | 1 | -7/+6 |
| | |||||
* | tests/lib.sh: spaces -> tabs | EuAndreh | 2021-03-12 | 1 | -1/+1 |
| | |||||
* | Revert change to aux/ci/ci-build.sh | EuAndreh | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | src/remembering.c: clang-format | EuAndreh | 2021-03-10 | 1 | -13/+13 |
| | |||||
* | TODOs.md: Add link reference to #task-2c3021db-7ede-c835-691a-af240c11f883 | EuAndreh | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | src/remembering.c: Write more tests, make existing tests more robust | EuAndreh | 2021-03-10 | 1 | -62/+250 |
| | |||||
* | TODOs.md: Add comment on #task-c1129666-b373-4b9d-8e10-927689048b05 | EuAndreh | 2021-03-10 | 1 | -0/+4 |
| | |||||
* | TODOs.md: Mark #task-b001c31a-5053-d317-d8d3-c9647aa34067 as DONE | EuAndreh | 2021-03-10 | 1 | -1/+5 |
| | |||||
* | Support --version flag | EuAndreh | 2021-03-10 | 2 | -2/+21 |
| | |||||
* | tests/cli-opts.sh: Use assert_grep_stream | EuAndreh | 2021-03-10 | 1 | -5/+2 |
| | |||||
* | TODOs.md: Add #task-2c3021db-7ede-c835-691a-af240c11f883 | EuAndreh | 2021-03-10 | 1 | -0/+9 |
| | |||||
* | TODOs.md: Add #task-b001c31a-5053-d317-d8d3-c9647aa34067 | EuAndreh | 2021-03-09 | 1 | -0/+3 |
| | |||||
* | ci-build.sh: Publish CI logs even when "dev-check" fails | EuAndreh | 2021-03-09 | 1 | -1/+1 |
| | |||||
* | Revert "Makefile: Use "troff" over "groff"" | EuAndreh | 2021-03-09 | 1 | -1/+1 |
| | | | | This reverts commit a649cf53498bb9bdff79a40eb39462d8ccd1a396. | ||||
* | assert-clang-format.sh: ShellCheck | EuAndreh | 2021-03-09 | 1 | -2/+2 |
| | |||||
* | Remove xargs -0 flag usage | EuAndreh | 2021-03-08 | 2 | -3/+3 |
| | |||||
* | TODOs.md: Add #task-8af5055c-d1e1-beba-128c-4cabc40e8057 | EuAndreh | 2021-03-08 | 1 | -0/+3 |
| |