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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
remembering: Append to in-memory string instead of intermediate file
EuAndreh
2021-01-24
1
-17
/
+18
|
*
remembering: Use cut over AWK for selecting field
EuAndreh
2021-01-24
1
-7
/
+3
|
*
remembering.5: Add note on the ranking algorithm
EuAndreh
2021-01-24
1
-2
/
+5
|
*
Update assert-todos.sh: Enforce statuses to be in sync
EuAndreh
2021-01-24
1
-5
/
+28
|
*
TODOs.md: Mark task-03d0e24c-4baf-404f-ac8a-f8d972ec622e as CANCELLED
EuAndreh
2021-01-24
1
-1
/
+5
|
*
remembering.5: Reword NAME
EuAndreh
2021-01-24
1
-2
/
+3
|
*
Stop depending on uuidgen
EuAndreh
2021-01-24
3
-6
/
+14
|
*
TODOs.md: Mark task-b2c26218-5f21-4efd-afbd-ff6af57a358a as CANCELLED
EuAndreh
2021-01-24
1
-1
/
+9
|
*
ranking.sh: Make $INPUT value literal
EuAndreh
2021-01-24
1
-5
/
+25
|
*
TODOs.md: Mark task-146fab37-e53b-489e-95d0-3fcdd4c3eaef as done
EuAndreh
2021-01-24
1
-3
/
+7
|
*
Add tests/ranking.sh
EuAndreh
2021-01-24
4
-11
/
+147
|
*
TODOs.md: Add task-b2c26218-5f21-4efd-afbd-ff6af57a358a
EuAndreh
2021-01-24
1
-0
/
+8
|
*
remembering: Disable ShellCheck 2068
EuAndreh
2021-01-24
1
-0
/
+1
|
*
TODOs.md: Mark tasks as done
EuAndreh
2021-01-24
1
-2
/
+10
|
|
|
|
|
|
DONE: - task-47589312-0a4d-46ac-9f13-45309471efeb - task-8593b78a-a5ac-4b6c-b9cf-74c021d4a8e5
*
Support -h and --help flags
EuAndreh
2021-01-24
1
-4
/
+26
|
*
lib.sh: Disable 2034 ShellCheck rule
EuAndreh
2021-01-24
1
-0
/
+1
|
*
Add tests/signals.sh
EuAndreh
2021-01-24
2
-0
/
+30
|
*
Add test to for help flags
EuAndreh
2021-01-24
2
-14
/
+37
|
*
cli-opts.sh: Break long line
EuAndreh
2021-01-24
1
-1
/
+5
|
*
Makefile: Clean tests/test-profiles/ on "clean" target
EuAndreh
2021-01-24
1
-1
/
+1
|
*
Add tests/lib.sh
EuAndreh
2021-01-24
2
-11
/
+15
|
*
Remove tests/all.sh
EuAndreh
2021-01-24
2
-3
/
+0
|
*
Add tests/cli-opts.sh tests
EuAndreh
2021-01-24
4
-2
/
+108
|
*
~/.local/share/{remember => remembering}
EuAndreh
2021-01-22
2
-2
/
+2
|
*
Add Guix channel
EuAndreh
2021-01-22
4
-0
/
+130
|
*
Makefile: Add assert-todos.sh to check phase
EuAndreh
2021-01-22
2
-0
/
+35
|
*
Add build-aux/with-container.sh and the supporting files under guix/
EuAndreh
2021-01-22
3
-0
/
+30
|
*
Use newer version of TODOs.sh
EuAndreh
2021-01-22
1
-9
/
+9
|
*
Add build-aux/ci/
EuAndreh
2021-01-22
3
-0
/
+86
|
*
Add build-aux/assert-shellcheck.sh and run in "check" target
EuAndreh
2021-01-22
2
-0
/
+11
|
*
remembering: ShellCheck
EuAndreh
2021-01-22
1
-0
/
+3
|
*
preamble.md: Add more list on mailing list
EuAndreh
2021-01-22
1
-2
/
+3
|
*
Makefiile: Add dependencies to "public" target
EuAndreh
2021-01-22
1
-1
/
+1
|
*
Makefile: Add missing $(VERSION), $(DATE), and dist target to control them
EuAndreh
2021-01-22
1
-1
/
+16
|
*
Makefile: Add .PHONY marker to targets
EuAndreh
2021-01-22
1
-0
/
+2
|
*
Makefile: Add uninstall target
EuAndreh
2021-01-22
1
-0
/
+6
|
*
Makefile: Fix typo in man5 path
EuAndreh
2021-01-22
1
-1
/
+1
|
*
Makefile: Fix call to do_subst
EuAndreh
2021-01-22
1
-2
/
+2
|
*
Makefile: Use a single mkdir over multiple installs
EuAndreh
2021-01-22
1
-3
/
+3
|
*
Makefile: replace @VARS@ and use $(MANPREFIX)
EuAndreh
2021-01-22
1
-4
/
+11
|
*
remembering: run $COMMAND via sh -c "$COMMAND"
EuAndreh
2021-01-21
1
-1
/
+1
|
*
README.sh: Add date to relase entry
EuAndreh
2021-01-21
1
-1
/
+1
|
*
README.md: Add v to tag in tarball link
EuAndreh
2021-01-21
1
-1
/
+1
|
*
Generate public/index.html using build-aux/workflow/README.sh
EuAndreh
2021-01-21
2
-2
/
+32
|
*
remembering: Remove FIXME marker
EuAndreh
2021-01-21
1
-1
/
+1
|
|
|
|
|
As long as the output of sort is stable, it doesn't matter what the internal algorithm is, since it will produce the same results.
*
remembering: Fix extra tabs on broken line
EuAndreh
2021-01-21
1
-3
/
+3
|
*
remembering: Remove duplicate FIXME on improving help
EuAndreh
2021-01-21
1
-1
/
+0
|
*
README.md: Add note on yeganesh
EuAndreh
2021-01-21
1
-0
/
+3
|
*
README.md: Add note on tar command equivalent to pax
EuAndreh
2021-01-21
1
-1
/
+1
|
*
Add description file
EuAndreh
2021-01-21
1
-0
/
+1
|
[next]