aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remembering: Add -V version flag, add missing docs on -h flagEuAndreh2021-01-264-5/+37
|
* manifest.scm: Add groff package, fix CI buildEuAndreh2021-01-261-1/+2
|
* lib.sh: Limit the amount of bytes output by odEuAndreh2021-01-261-1/+1
|
* README.md: Add links to source code and issue trackingEuAndreh2021-01-261-2/+4
|
* README.md: Add link to generated HTML documentationEuAndreh2021-01-261-0/+4
|
* Generate HTML for manpagesEuAndreh2021-01-261-0/+2
|
* manifest.scm: Add missing Bash packageEuAndreh2021-01-261-1/+2
|
* v0.1.1: Allow names with spacesv0.1.1EuAndreh2021-01-264-6/+32
| | | | | | | | | The test_stdin_is_empty was adapted so it wouldn't exit with status 1. The previous implementation would effectively do: printf '' | grep '' which returns 1, and the test would fail.
* Remove unused argument from CHANGELOG.shEuAndreh2021-01-262-2/+1
|
* TODOs.md: Add #task-98478c0f-97ac-4667-acdc-9373e2841de9EuAndreh2021-01-261-0/+7
|
* Release 0.1.0, add CHANGELOG.mdv0.1.0EuAndreh2021-01-265-4/+24
|
* Add build-aux/workflow/CHANGELOG.shEuAndreh2021-01-261-0/+17
|
* README.sh: Fix title metadataEuAndreh2021-01-261-8/+8
|
* TODOs.md: Mark #task-fec292ff-b9de-4d6c-b156-a9adc4771f35 as doneEuAndreh2021-01-261-1/+16
|
* remembering: Refactor with awk + sort; make it fasterEuAndreh2021-01-262-86/+57
|
* Move other Guix files under build-aux/guix/EuAndreh2021-01-255-6/+6
|
* Remove files related to Guix channelEuAndreh2021-01-254-130/+0
|
* mv build-aux/assert-todos.sh build-aux/workflow/, updating to the latest versionEuAndreh2021-01-252-4/+4
|
* TODOs.md: Add task-f4258dc4-22aa-408d-a0b1-953f654e0623EuAndreh2021-01-241-0/+3
|
* remembering: Fix behaviour where STDIN is smaller than profileEuAndreh2021-01-242-9/+23
| | | | | | | | Now the profile will be an ever growing list, remembering every possible option ever presented to it. The tests in tests/ranking.sh already expected this behaviour and were broken, but now they work.
* remembering: Refator to use head/tail instead of readEuAndreh2021-01-241-6/+11
|
* tests/ranking.sh: Add more test scenarions (some are now failing)EuAndreh2021-01-242-3/+96
|
* tests: Add logs of which test is runningEuAndreh2021-01-244-7/+44
|
* remembering: Append to in-memory string instead of intermediate fileEuAndreh2021-01-241-17/+18
|
* remembering: Use cut over AWK for selecting fieldEuAndreh2021-01-241-7/+3
|
* remembering.5: Add note on the ranking algorithmEuAndreh2021-01-241-2/+5
|
* Update assert-todos.sh: Enforce statuses to be in syncEuAndreh2021-01-241-5/+28
|
* TODOs.md: Mark task-03d0e24c-4baf-404f-ac8a-f8d972ec622e as CANCELLEDEuAndreh2021-01-241-1/+5
|
* remembering.5: Reword NAMEEuAndreh2021-01-241-2/+3
|
* Stop depending on uuidgenEuAndreh2021-01-243-6/+14
|
* TODOs.md: Mark task-b2c26218-5f21-4efd-afbd-ff6af57a358a as CANCELLEDEuAndreh2021-01-241-1/+9
|
* ranking.sh: Make $INPUT value literalEuAndreh2021-01-241-5/+25
|
* TODOs.md: Mark task-146fab37-e53b-489e-95d0-3fcdd4c3eaef as doneEuAndreh2021-01-241-3/+7
|
* Add tests/ranking.shEuAndreh2021-01-244-11/+147
|
* TODOs.md: Add task-b2c26218-5f21-4efd-afbd-ff6af57a358aEuAndreh2021-01-241-0/+8
|
* remembering: Disable ShellCheck 2068EuAndreh2021-01-241-0/+1
|
* TODOs.md: Mark tasks as doneEuAndreh2021-01-241-2/+10
| | | | | | DONE: - task-47589312-0a4d-46ac-9f13-45309471efeb - task-8593b78a-a5ac-4b6c-b9cf-74c021d4a8e5
* Support -h and --help flagsEuAndreh2021-01-241-4/+26
|
* lib.sh: Disable 2034 ShellCheck ruleEuAndreh2021-01-241-0/+1
|
* Add tests/signals.shEuAndreh2021-01-242-0/+30
|
* Add test to for help flagsEuAndreh2021-01-242-14/+37
|
* cli-opts.sh: Break long lineEuAndreh2021-01-241-1/+5
|
* Makefile: Clean tests/test-profiles/ on "clean" targetEuAndreh2021-01-241-1/+1
|
* Add tests/lib.shEuAndreh2021-01-242-11/+15
|
* Remove tests/all.shEuAndreh2021-01-242-3/+0
|
* Add tests/cli-opts.sh testsEuAndreh2021-01-244-2/+108
|
* ~/.local/share/{remember => remembering}EuAndreh2021-01-222-2/+2
|
* Add Guix channelEuAndreh2021-01-224-0/+130
|
* Makefile: Add assert-todos.sh to check phaseEuAndreh2021-01-222-0/+35
|
* Add build-aux/with-container.sh and the supporting files under guix/EuAndreh2021-01-223-0/+30
|