aboutsummaryrefslogtreecommitdiff
path: root/doc/td.tutorial.es.7.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-26src/style.css: Better spacing for <pre> tagsEuAndreh1-1/+5
2022-02-19src/td.in: Add -S option to dump suggested CSSEuAndreh5-6/+97
2022-02-19Makefile: Include append $(NAME) to the definition of $(LIBEXECDIR)EuAndreh2-7/+7
2022-02-19aux/: UpdateEuAndreh4-41/+75
2022-02-19TODOs.md: Add #td-4a37bf57-a3a1-488f-ca99-89431c460ab0EuAndreh1-0/+3
2022-02-19src/td.in: Include extra example in help messageEuAndreh10-8/+58
2022-02-19tests/linting.sh: Add initial setup for testing lint checksEuAndreh13-0/+90
2022-02-19aux/workflow/assert-todos.sh: Remove ad-hoc TODOs.md linting rulesEuAndreh2-48/+2
2022-02-19aux/: UpdateEuAndreh4-4/+4
2022-02-19src/locale/: Update translation filesEuAndreh18-42/+51
2022-02-19TODOs.md: Mark #td-bd192305-6e4a-a0fc-d80a-813ec15b7357 as DONEEuAndreh1-1/+5
2022-01-20src/td.in: Add -F RC_FILE option for providing a file other than .tdrcEuAndreh1-15/+33
2022-01-20src/td.in: Add missing option in Usage textEuAndreh1-1/+1
2022-01-20src/td.in: Put options in help message and getopts arguments in the same orderEuAndreh1-6/+6
2022-01-20aux/workflow/TODOs.sh: Fix catenation of aux/workflow/preamble.mdEuAndreh1-2/+2
2022-01-19Makefile: Fix argument to assert-todos.shEuAndreh1-1/+1
2022-01-19TODOs.md: Add #td-bd192305-6e4a-a0fc-d80a-813ec15b7357EuAndreh1-0/+3
2022-01-19aux/ci/ci-build.sh: Bundle repository and expose it publiclyEuAndreh2-0/+4
2022-01-19aux/workflow/l10n.sh: Wait for trailing pending processesEuAndreh1-0/+1
2022-01-19src/td.in: Disable unusable WIP lintingEuAndreh1-0/+1
2022-01-18src/td.in: Remove leftover echo commandsEuAndreh1-2/+0
2022-01-18Makefile: Exclude src/td.in from assert-todos.sh checkEuAndreh1-1/+2
2022-01-18aux/workflow/assert-todos.sh: Receive files to be checked as first argumentEuAndreh1-2/+6
2022-01-18aux/workflow/assert-todos.sh: Emit warnings to STDERR instead of STDOUTEuAndreh1-2/+2
2022-01-18Makefile: Run ShellCheck on src/td.in in "dev-check" targetEuAndreh1-1/+1
2022-01-18TODOs.md: Mark #td-05580844-40db-0db6-b11e-9f041a08c0a7 as DONE.EuAndreh1-1/+11
2022-01-18src/td.in: separate flag from string option in "head" and "tail" commandsEuAndreh1-2/+2
2022-01-18src/td.in: Add optimal_line_for_type()EuAndreh1-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.
2022-01-18First commit, now with a clean historyEuAndreh199-0/+7215