Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TODOs.md: Add #td-bbef7c5e-a5fc-6a10-b335-ab89daa4645bHEADmain | EuAndreh | 2022-03-27 | 1 | -0/+3 |
| | |||||
* | src/style.css: Better spacing for <pre> tags | EuAndreh | 2022-02-26 | 1 | -1/+5 |
| | |||||
* | src/td.in: Add -S option to dump suggested CSS | EuAndreh | 2022-02-19 | 5 | -6/+97 |
| | |||||
* | Makefile: Include append $(NAME) to the definition of $(LIBEXECDIR) | EuAndreh | 2022-02-19 | 2 | -7/+7 |
| | |||||
* | aux/: Update | EuAndreh | 2022-02-19 | 4 | -41/+75 |
| | |||||
* | TODOs.md: Add #td-4a37bf57-a3a1-488f-ca99-89431c460ab0 | EuAndreh | 2022-02-19 | 1 | -0/+3 |
| | |||||
* | src/td.in: Include extra example in help message | EuAndreh | 2022-02-19 | 10 | -8/+58 |
| | |||||
* | tests/linting.sh: Add initial setup for testing lint checks | EuAndreh | 2022-02-19 | 13 | -0/+90 |
| | |||||
* | aux/workflow/assert-todos.sh: Remove ad-hoc TODOs.md linting rules | EuAndreh | 2022-02-19 | 2 | -48/+2 |
| | |||||
* | aux/: Update | EuAndreh | 2022-02-19 | 4 | -4/+4 |
| | |||||
* | src/locale/: Update translation files | EuAndreh | 2022-02-19 | 18 | -42/+51 |
| | |||||
* | TODOs.md: Mark #td-bd192305-6e4a-a0fc-d80a-813ec15b7357 as DONE | EuAndreh | 2022-02-19 | 1 | -1/+5 |
| | |||||
* | src/td.in: Add -F RC_FILE option for providing a file other than .tdrc | EuAndreh | 2022-01-20 | 1 | -15/+33 |
| | |||||
* | src/td.in: Add missing option in Usage text | EuAndreh | 2022-01-20 | 1 | -1/+1 |
| | |||||
* | src/td.in: Put options in help message and getopts arguments in the same order | EuAndreh | 2022-01-20 | 1 | -6/+6 |
| | |||||
* | aux/workflow/TODOs.sh: Fix catenation of aux/workflow/preamble.md | EuAndreh | 2022-01-20 | 1 | -2/+2 |
| | |||||
* | Makefile: Fix argument to assert-todos.sh | EuAndreh | 2022-01-19 | 1 | -1/+1 |
| | |||||
* | TODOs.md: Add #td-bd192305-6e4a-a0fc-d80a-813ec15b7357 | EuAndreh | 2022-01-19 | 1 | -0/+3 |
| | |||||
* | aux/ci/ci-build.sh: Bundle repository and expose it publicly | EuAndreh | 2022-01-19 | 2 | -0/+4 |
| | |||||
* | aux/workflow/l10n.sh: Wait for trailing pending processes | EuAndreh | 2022-01-19 | 1 | -0/+1 |
| | |||||
* | src/td.in: Disable unusable WIP linting | EuAndreh | 2022-01-19 | 1 | -0/+1 |
| | |||||
* | src/td.in: Remove leftover echo commands | EuAndreh | 2022-01-18 | 1 | -2/+0 |
| | |||||
* | Makefile: Exclude src/td.in from assert-todos.sh check | EuAndreh | 2022-01-18 | 1 | -1/+2 |
| | |||||
* | aux/workflow/assert-todos.sh: Receive files to be checked as first argument | EuAndreh | 2022-01-18 | 1 | -2/+6 |
| | |||||
* | aux/workflow/assert-todos.sh: Emit warnings to STDERR instead of STDOUT | EuAndreh | 2022-01-18 | 1 | -2/+2 |
| | |||||
* | Makefile: Run ShellCheck on src/td.in in "dev-check" target | EuAndreh | 2022-01-18 | 1 | -1/+1 |
| | |||||
* | TODOs.md: Mark #td-05580844-40db-0db6-b11e-9f041a08c0a7 as DONE. | EuAndreh | 2022-01-18 | 1 | -1/+11 |
| | |||||
* | src/td.in: separate flag from string option in "head" and "tail" commands | EuAndreh | 2022-01-18 | 1 | -2/+2 |
| | |||||
* | src/td.in: Add optimal_line_for_type() | EuAndreh | 2022-01-18 | 1 | -2/+42 |
| | | | | | | | | | | | | | | | | | Use the new function in insert_at_line(): whenever a given line $N is equal to 0, meaning it doesn't exist yet in the file, the optimal_line_for_type() will scan the file and answer with the "optimal" line number that the the type should be inserted at. It does that by looking at the order in which types apper in $TD_TYPES, and compare that with $TD_FILE: - if a previous type has appeared already, it continues scanning the file until a different level 1 heading appears, or until the end of the file; - if a type that comes after appears, it gets inserted before it; - if no types exist in the file yet, it gets inserted at the end. It fixes #td-05580844-40db-0db6-b11e-9f041a08c0a7. | ||||
* | First commit, now with a clean history | EuAndreh | 2022-01-18 | 199 | -0/+7215 |
| | |||||
* | Initial empty commit | EuAndreh | 2022-01-18 | 0 | -0/+0 |