about summary refs log tree commit diff stats
path: root/common (follow)
Commit message (Collapse)AuthorAge
...
* refactor(common): Use symlinks to state, which files should be replacedBenedikt Peetz2024-06-11
| | | | | | Every symlink in the `./templates` directory is now replaced with the file it points to, making it obvious that this file should not be edited.
* fix(common/files/init): Correctly add the man page chapter after nameBenedikt Peetz2024-04-02
|
* fix(treefmt.nix): Only ignore the manual template in this repoBenedikt Peetz2024-04-02
| | | | | Otherwise, the ignore-string gets replaced with the real name of the manual, and it stays ignored.
* fix(common/files/init): Replace the variables globallyBenedikt Peetz2024-04-02
|
* fix(common/files/docs/): Also correct a typo in the manual templateBenedikt Peetz2024-04-02
|
* fix(common/files/.licensure.yml): Correct typos for init variablesBenedikt Peetz2024-04-02
|
* chore(templates): Update common filesBenedikt Peetz2024-04-02
|
* chore(common/treefmt.nix): Ignore the pre-generation markdown fileBenedikt Peetz2024-04-02
| | | | | This file has semantic changes, when it's formatted (at least, that's what `mdformat` tells me). So we just ignore it.
* feat(common/docs): Automatically rename to application nameBenedikt Peetz2024-04-02
|
* fix(common/docs): Avoid issue with replacement due to man section partBenedikt Peetz2024-04-02
|
* feat(common/init): Add support for replacing the variables in file namesBenedikt Peetz2024-04-02
|
* fix(common/files/init): hack around nix removing the exec permission bitBenedikt Peetz2024-04-02
|
* refactor(common): Move all data files to `./common/files`Benedikt Peetz2024-04-02
|
* fix(common): Remove the last occurrences of hard coded valuesBenedikt Peetz2024-04-02
|
* build(update_common_files): Allow to specify which file to move whereBenedikt Peetz2024-04-02
|
* chore(treewide): Update and format filesBenedikt Peetz2024-04-02
|
* feat(treewide): Use new `%INIT_` variablesBenedikt Peetz2024-04-02
|
* feat(common/init): Add a shell script, that populates variablesBenedikt Peetz2024-04-02
| | | | | | The line editing can't really shell out to bash, as the default bash on NixOS is compiled without GNU `readline` support (you need `bashInterative` for `read -e` to work).
* fix(common/.licensure.yml): Correctly support latex projectsBenedikt Peetz2024-04-01
|
* fix(common/scripts/renew_copyright_header): Add support for TeX filesBenedikt Peetz2024-04-01
|
* fix(common/.licensure.yml): Remove one last reference to TrixyBenedikt Peetz2024-04-01
|
* feat(common/.licensure.yml): Also add support for different licenses for textBenedikt Peetz2024-04-01
|
* refactor(treewide): Add a script to instantiate symlinksBenedikt Peetz2024-04-01
|
* refactor(common): Add common code to a shared directoryBenedikt Peetz2024-04-01