aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use newer version of TODOs.shEuAndreh2021-01-221-9/+9
|
* Add build-aux/ci/EuAndreh2021-01-223-0/+86
|
* Add build-aux/assert-shellcheck.sh and run in "check" targetEuAndreh2021-01-222-0/+11
|
* remembering: ShellCheckEuAndreh2021-01-221-0/+3
|
* preamble.md: Add more list on mailing listEuAndreh2021-01-221-2/+3
|
* Makefiile: Add dependencies to "public" targetEuAndreh2021-01-221-1/+1
|
* Makefile: Add missing $(VERSION), $(DATE), and dist target to control themEuAndreh2021-01-221-1/+16
|
* Makefile: Add .PHONY marker to targetsEuAndreh2021-01-221-0/+2
|
* Makefile: Add uninstall targetEuAndreh2021-01-221-0/+6
|
* Makefile: Fix typo in man5 pathEuAndreh2021-01-221-1/+1
|
* Makefile: Fix call to do_substEuAndreh2021-01-221-2/+2
|
* Makefile: Use a single mkdir over multiple installsEuAndreh2021-01-221-3/+3
|
* Makefile: replace @VARS@ and use $(MANPREFIX)EuAndreh2021-01-221-4/+11
|