index
:
remembering
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
remembering.1
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-13
src/remembering.sh: Remove verbose "exit 0" in favor of "exit"
EuAndreh
1
-2
/
+2
2021-06-13
src/remembering.sh: Use "cat <<EOF" for printing help string
EuAndreh
1
-6
/
+7
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
/
+16
2021-06-13
tests/cli-opts.sh: Test help flags on different position too
EuAndreh
1
-0
/
+16
2021-06-13
tests/cli-opts.sh: Refactor tests to use assert_grep_stdout over assert_grep_...
EuAndreh
1
-3
/
+3
2021-06-13
tests/cli-opts.sh: Remove duplicated assert_usage
EuAndreh
1
-8
/
+0
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
2021-06-13
aux/ci/report.sh: Include title in the generated HTML page
EuAndreh
1
-0
/
+1
2021-06-13
aux/ci/ci-build.sh: Use -v on rsync
EuAndreh
1
-1
/
+1
2021-06-13
README.md: Use full links to online manpages
EuAndreh
1
-1
/
+5
2021-06-13
README.md: Small tweaks
EuAndreh
1
-1
/
+3
2021-06-13
Make README.md and long-description congruent
EuAndreh
2
-4
/
+6
2021-06-13
CHANGELOG.md: s/Remove/Removed/
EuAndreh
1
-1
/
+1
2021-06-13
Makefile: Don't rely on gzip for "install" target
EuAndreh
1
-2
/
+2
2021-06-13
Makefile: Use $(NAME) variable
EuAndreh
1
-2
/
+2
2021-06-13
Makefile: Add ./aux/workflow/assert-manpages.sh to "dev-check" target
EuAndreh
2
-0
/
+45
2021-06-12
TODOs.md: Add #task-cb17c58a-bb00-d554-8ed8-1b53eb12b70d
EuAndreh
1
-0
/
+3
2021-06-11
aux/guix/pinned-channels.scm: Change channel of xyz-euandreh channel
EuAndreh
1
-1
/
+1
2021-06-11
Makefile: Add "clean public dev-check" as dependency of the "dist" target
EuAndreh
1
-1
/
+1
2021-06-11
aux/workflow/dist.sh: Remove unused variables
EuAndreh
1
-2
/
+1
2021-06-08
tests/ranking.sh: Move $LANG configuration to inside of the test file
EuAndreh
2
-1
/
+2
2021-06-07
TODOs.md: Add #task-fe406a67-e406-41a7-df4a-1e006dc636e9
EuAndreh
1
-0
/
+3
2021-06-07
tests/ranking.sh: Use LANG=C.UTF-8 for consistent sorting
EuAndreh
2
-4
/
+4
2021-06-07
src/remembering.c: Use tabs over spaces
EuAndreh
1
-684
/
+735
2021-06-07
README.md: Update for latest standards
EuAndreh
1
-6
/
+13
2021-06-07
Update files under aux/
EuAndreh
7
-17
/
+36
2021-06-06
TODOs.md: Mark #task-4686d9a5-3514-e7f2-25de-b3cf66199124 as CANCELLED
EuAndreh
1
-1
/
+11
2021-06-06
Revert "Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)"
EuAndreh
1
-2
/
+2
2021-06-06
TODOs.md: Mark #task-4686d9a5-3514-e7f2-25de-b3cf66199124 as DONE
EuAndreh
1
-2
/
+16
2021-06-06
Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)
EuAndreh
1
-2
/
+2
2021-06-06
TODOs.md: Mark #task-19f9d131-696a-3417-c052-6312f04a33af as DONE
EuAndreh
1
-1
/
+14
2021-06-06
tests/ranking.sh: Add test_utf_commands
EuAndreh
1
-1
/
+18
2021-06-06
TODOs.md: Add #task-19f9d131-696a-3417-c052-6312f04a33af
EuAndreh
1
-0
/
+10
2021-06-06
TODOs.md: Add link to #task-b001c31a-5053-d317-d8d3-c9647aa34067
EuAndreh
1
-0
/
+4
2021-06-06
aux/workflow/assert-readme.sh: Assert the end of the CONTRIBUTING section
EuAndreh
1
-0
/
+12
2021-06-06
README.md: Add explicit "Links" and "Releases" sections
EuAndreh
5
-40
/
+53
2021-06-06
aux/: Use tabs over spaces for .sh files
EuAndreh
14
-185
/
+188
2021-06-06
src/remembering.sh: Use tabs for separating options columns
EuAndreh
1
-4
/
+4
2021-06-06
aux/: Add favicon to generated HTML files
EuAndreh
8
-0
/
+69
2021-06-06
Remove assert-clang-format.sh
EuAndreh
2
-17
/
+0
2021-06-06
mv src/remembering.in src/remembering.sh
EuAndreh
2
-1
/
+1
2021-06-06
TODOs.md: Add #task-4686d9a5-3514-e7f2-25de-b3cf66199124
EuAndreh
1
-0
/
+7
2021-03-23
aux/workflow/public.sh: Mark as executable
EuAndreh
1
-0
/
+0
2021-03-23
aux/ci/ci-build.sh: Run build target before tests, so we have HTML files when...
EuAndreh
1
-7
/
+1
2021-03-23
src/remembering.c: clang-format
EuAndreh
1
-43
/
+43
2021-03-23
Remove unused aux/workflow/CHANGELOG.sh
EuAndreh
1
-17
/
+0
2021-03-22
src/remembering.c: WIP more tests for mkdir_p
EuAndreh
1
-5
/
+81
2021-03-13
aux/guix/with-container.sh: Add --fallback to Guix commands
EuAndreh
1
-7
/
+6
[next]