about summary refs log tree commit diff stats
path: root/common (follow)
Commit message (Collapse)AuthorAge
* fix(common/init): Correctly handle quoted values in the `replacement_file`Benedikt Peetz2024-10-04
|
* fix(common/init): Ignore the init script itself, when looking for leftover ↵Benedikt Peetz2024-10-04
| | | | `%INIT_`s
* fix(common/init): Check for not replaced `%INIT_` variablesBenedikt Peetz2024-10-04
|
* refactor(common/init): Rewrite the `quotify` function in pythonBenedikt Peetz2024-10-04
| | | | The AWK version was getting confused with newlines (`\n`) in the input.
* fix(common/.envrc): Actually use and set a shebangBenedikt Peetz2024-10-04
|
* fix(common/init): Correctly quote inputted textBenedikt Peetz2024-10-04
|
* refactor(common/scritps/latex/extract_text_from_all): RemoveBenedikt Peetz2024-10-04
| | | | | The `lpm bundle <main file>.tex` command acts as a better version of this command.
* feat(scripts/optimize_images): InitBenedikt Peetz2024-10-04
|
* fix(templates/latex/presentation): Get to compileBenedikt Peetz2024-10-04
|
* feat(common/init): Safe the %INIT_ variables for later useBenedikt Peetz2024-10-04
|
* feat(latex/preamble/graphics_and_figures): Switch from TikZ externalize to ↵Benedikt Peetz2024-10-03
| | | | manual import
* feat(common/scripts/latex/build.sh): Support standalone figures as generated ↵Benedikt Peetz2024-10-03
| | | | by `lpm`
* fix(common/scripts/latex/build.sh): Don't depend on the current PWDBenedikt Peetz2024-10-03
|
* fix(common/flake/latex): Remove unneeded import followBenedikt Peetz2024-10-03
|
* docs(common/latex/preamble): Improve draft loading messageBenedikt Peetz2024-10-03
|
* fix(common/latex/preamble): Fix compilation errorsBenedikt Peetz2024-10-03
|
* refactor(templates/latex): Split the preamble up into multiple filesBenedikt Peetz2024-10-03
|
* fix(templates/latex/{academia,letter}): Share files and update to lpm v2.0Benedikt Peetz2024-09-30
|
* fix(common/init): Only add a description when it existsBenedikt Peetz2024-09-30
| | | | | Otherwise, the default template would contain a extra "- " after the name, when the description is left empty.
* fix(common/init): Only build the `out` output; exclude the `man` outputBenedikt Peetz2024-09-30
|
* fix(common/init): Set the full path to the `reuse` binaryBenedikt Peetz2024-09-30
| | | | | Currently, only the directory *containing* the `reuse` binary is specified.
* fix(common/init): Define `die` functionBenedikt Peetz2024-09-30
|
* style(treewide): Re-formatBenedikt Peetz2024-09-30
|
* fix(templates/{awk,c,latex,shell}): Use one shared `cog.toml`Benedikt Peetz2024-09-30
|
* fix(common/scripts/cprh.sh): RemoveBenedikt Peetz2024-09-30
| | | | There was just no way to actually use this script in a useful manner.
* feat(common/init): Perform the first run of `reuse` on initBenedikt Peetz2024-09-30
|
* fix(common/init): Also remove the shipped `git_template`, after it's usedBenedikt Peetz2024-09-30
|
* feat(common/init): Ship a full git_templateBenedikt Peetz2024-09-30
|
* fix(common/init): Be smarter, when suggesting an owner nameBenedikt Peetz2024-09-30
|
* fix(common/init): Also re-add execution permissions to the `watch.sh` scriptBenedikt Peetz2024-08-04
|
* fix(common/init): Ensure that the template is properly formattedBenedikt Peetz2024-08-04
| | | | | | This includes avoiding removing linebreaks (as that breaks the jinja2 syntax) and removing a vim modeline, as it would otherwise be copied to the file the template is applied to.
* fix(common/init): Detect latex project by the `watch.sh` fileBenedikt Peetz2024-08-04
| | | | Not every latex project has a lpm.toml file.
* fix(common/init): Also delete the init.local file, if it existsBenedikt Peetz2024-08-04
|
* fix(common/init): Don't delete the init file, if the exit reason was a ↵Benedikt Peetz2024-08-03
| | | | missing dependency
* fix(templates/latex/letter): Also expose `init.local`Benedikt Peetz2024-08-03
|
* fix(common/init): Actually ask the user for the license identBenedikt Peetz2024-08-03
|
* refactor(templates/latex/academia): Use more common filesBenedikt Peetz2024-08-03
|
* feat(common/init): Support template specific drop-in scriptsBenedikt Peetz2024-08-03
|
* fix(common/init): State which binaries are required to run itBenedikt Peetz2024-08-03
|
* fix(common/init): Don't try to assign the reuse template, replace it instead ↵Benedikt Peetz2024-08-03
| | | | directly
* fix(common/init): Add missing pipeBenedikt Peetz2024-08-03
|
* feat(common): Replace the hand-crafted licensing approach with reuseBenedikt Peetz2024-08-03
|
* refactor(common/): Remove the `files` subdirectoryBenedikt Peetz2024-06-11
|
* fix(common/treefmt.nix): Improve the prettier formatting configurationBenedikt Peetz2024-06-11
|
* feat(common/init): Set `git.vhack.eu` as default git upstreamBenedikt Peetz2024-06-11
|
* style(common/init): Run through `nix fmt`Benedikt Peetz2024-06-11
|
* feat(templates/rust/Cargo.toml): Add the required meta-data for `crates.io`Benedikt Peetz2024-06-11
|
* feat(common/init): Add basic handling of licensesBenedikt Peetz2024-06-11
| | | | | The license handling is still very WIP, as the `licensure.yml` file and the README are not yet updated to the new license.
* refactor(templates/): Move `LICENSE.spdx` and `README.md` to `common`Benedikt Peetz2024-06-11
|
* fix(common/scripts/renew_copyright_header.sh): Add further file extensionsBenedikt Peetz2024-06-11
|