index
:
lpm
this commit
prime
A structured LaTeX project manager
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Cargo.lock
(
unfollow
)
Commit message (
Collapse
)
Author
2024-06-13
feat(cli): Switch to stderrlog, configured by cli options
Benedikt Peetz
2024-06-13
build(update.sh): First upgrade then update
Benedikt Peetz
2024-06-13
build(treewide): Update
Benedikt Peetz
2024-06-13
build(.envrc): Add the correct cargo build output locations to PATH
Benedikt Peetz
2024-03-31
build(cog.toml): Specify the remote url correctly
Benedikt Peetz
2024-03-31
chore(version): v1.0.0
Benedikt Peetz
2024-03-31
build(cog.toml): Remove unneeded heading (that broke parsing)
Benedikt Peetz
2024-03-31
chore(Cargo.toml): Add additional meta data
Benedikt Peetz
2024-03-31
refactor(treewide): Improve code quality by working with a FileTree
Benedikt Peetz
The FileTree has been taken from the implementation written by my for the Trinitrix project. It alleviates the problem, where functions had to do many things themselves.
2024-03-31
docs(example): Add an example directory
Benedikt Peetz
2024-03-31
chore(treewide): Update this project to today's standards.
Benedikt Peetz
2023-06-18
Style(treewide): Format
Soispha
2023-06-18
Fix(cli): Remove project option
Soispha
Generating a project should be done on the nix side.