Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor: rewrite logic to make it simpler and faster | EuAndreh | 2022-11-25 | 3 | -58/+78 |
| | |||||
* | src/remembering.in: Remove hyphen between name and version | EuAndreh | 2022-11-08 | 1 | -1/+1 |
| | | | | | | Also use the @NAME@ placeholder over the hard-coded "remembering" value. Update tests/clip-opts.sh to match. | ||||
* | Makefile: Remove rules for C files | EuAndreh | 2022-11-08 | 2 | -132/+0 |
| | |||||
* | src/remembering.in: Add trailing "/remembering" to the value defined in ↵ | EuAndreh | 2021-09-08 | 2 | -10/+11 |
| | | | | $XDG_DATA_HOME | ||||
* | Remove tests/install-uninstall.sh in favor of repocheck.sh | EuAndreh | 2021-09-01 | 1 | -49/+0 |
| | |||||
* | Refactor C files, split logerr and tests-lib | EuAndreh | 2021-09-01 | 2 | -0/+132 |
| | |||||
* | tests/lib.sh: Update | EuAndreh | 2021-09-01 | 3 | -4/+25 |
| | |||||
* | git mv tests/tests-lib.sh tests/lib.sh | EuAndreh | 2021-06-28 | 5 | -4/+4 |
| | |||||
* | tests/ranking.sh: Add test_pick_inexisting_value, disabled | EuAndreh | 2021-06-28 | 1 | -0/+35 |
| | |||||
* | tests/*.sh: Refactor error messages to be consistent, move helper all helper ↵ | EuAndreh | 2021-06-28 | 2 | -47/+48 |
| | | | | funtions to the top | ||||
* | mv {aux => tests}/tests-lib.sh | EuAndreh | 2021-06-27 | 5 | -4/+127 |
| | |||||
* | tests/cli-opts.sh: Add N=$LINENO | EuAndreh | 2021-06-27 | 1 | -0/+21 |
| | |||||
* | tests/install-uninstall.sh: Add test for install/uninstall | EuAndreh | 2021-06-26 | 1 | -0/+49 |
| | |||||
* | aux/utils.sh: Remove unused file | EuAndreh | 2021-06-26 | 2 | -2/+0 |
| | |||||
* | git grep -l '\./remembering' | xargs sed -i ↵ | EuAndreh | 2021-06-26 | 3 | -25/+25 |
| | | | | 's|\./remembering|./src/remembering|g' | ||||
* | tests/: Fix path to sh lib file | EuAndreh | 2021-06-13 | 3 | -3/+3 |
| | |||||
* | Move tests/lib.sh -> aux/tests-lib.sh; add fgrep assert variant | EuAndreh | 2021-06-13 | 1 | -77/+0 |
| | |||||
* | tests/cli-opts.sh: Test help flags on different position too | EuAndreh | 2021-06-13 | 1 | -0/+16 |
| | |||||
* | tests/cli-opts.sh: Refactor tests to use assert_grep_stdout over ↵ | EuAndreh | 2021-06-13 | 1 | -3/+3 |
| | | | | assert_grep_stream | ||||
* | tests/cli-opts.sh: Remove duplicated assert_usage | EuAndreh | 2021-06-13 | 1 | -8/+0 |
| | |||||
* | tests/ranking.sh: Move $LANG configuration to inside of the test file | EuAndreh | 2021-06-08 | 1 | -0/+1 |
| | |||||
* | tests/ranking.sh: Use LANG=C.UTF-8 for consistent sorting | EuAndreh | 2021-06-07 | 1 | -3/+3 |
| | |||||
* | tests/ranking.sh: Add test_utf_commands | EuAndreh | 2021-06-06 | 1 | -1/+18 |
| | |||||
* | tests/lib.sh: spaces -> tabs | EuAndreh | 2021-03-12 | 1 | -1/+1 |
| | |||||
* | Support --version flag | EuAndreh | 2021-03-10 | 1 | -1/+13 |
| | |||||
* | tests/cli-opts.sh: Use assert_grep_stream | EuAndreh | 2021-03-10 | 1 | -5/+2 |
| | |||||
* | tests/cli-opts.sh: ShellCheck | EuAndreh | 2021-03-07 | 1 | -1/+1 |
| | |||||
* | Add tests for $XDG_DATA_HOME and $HOME environment variables | EuAndreh | 2021-03-07 | 1 | -0/+58 |
| | |||||
* | tests/signals.sh: Also add missing XDG_DATA_HOME | EuAndreh | 2021-02-20 | 1 | -0/+2 |
| | |||||
* | cli-opts.sh: Fix sandboxed tests, add $XDG_DATA_HOME | EuAndreh | 2021-02-20 | 1 | -0/+2 |
| | |||||
* | Refactor tests/lib.sh | EuAndreh | 2021-02-17 | 3 | -13/+48 |
| | |||||
* | tests: Use "./remembering" over "sh remembering" | EuAndreh | 2021-01-31 | 3 | -19/+19 |
| | |||||
* | 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 |
| |