Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add (commented) test_really_long_list | EuAndreh | 2021-01-31 | 1 | -0/+18 |
| | |||||
* | remembering: Add -V version flag, add missing docs on -h flag | EuAndreh | 2021-01-26 | 1 | -0/+17 |
| | |||||
* | lib.sh: Limit the amount of bytes output by od | EuAndreh | 2021-01-26 | 1 | -1/+1 |
| | |||||
* | v0.1.1: Allow names with spacesv0.1.1 | EuAndreh | 2021-01-26 | 1 | -3/+25 |
| | | | | | | | | | 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. | ||||
* | remembering: Refactor with awk + sort; make it faster | EuAndreh | 2021-01-26 | 1 | -1/+16 |
| | |||||
* | remembering: Fix behaviour where STDIN is smaller than profile | EuAndreh | 2021-01-24 | 1 | -4/+3 |
| | | | | | | | | 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. | ||||
* | tests/ranking.sh: Add more test scenarions (some are now failing) | EuAndreh | 2021-01-24 | 2 | -3/+96 |
| | |||||
* | tests: Add logs of which test is running | EuAndreh | 2021-01-24 | 4 | -7/+44 |
| | |||||
* | Stop depending on uuidgen | EuAndreh | 2021-01-24 | 3 | -6/+14 |
| | |||||
* | ranking.sh: Make $INPUT value literal | EuAndreh | 2021-01-24 | 1 | -5/+25 |
| | |||||
* | Add tests/ranking.sh | EuAndreh | 2021-01-24 | 3 | -11/+146 |
| | |||||
* | lib.sh: Disable 2034 ShellCheck rule | EuAndreh | 2021-01-24 | 1 | -0/+1 |
| | |||||
* | Add tests/signals.sh | EuAndreh | 2021-01-24 | 1 | -0/+29 |
| | |||||
* | 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 |
| | |||||
* | Add tests/lib.sh | EuAndreh | 2021-01-24 | 2 | -11/+15 |
| | |||||
* | Remove tests/all.sh | EuAndreh | 2021-01-24 | 1 | -2/+0 |
| | |||||
* | Add tests/cli-opts.sh tests | EuAndreh | 2021-01-24 | 1 | -0/+104 |
| | |||||
* | Add current working files | EuAndreh | 2021-01-21 | 1 | -0/+2 |