summary refs log tree commit diff stats
path: root/src/file_tree (follow)
Commit message (Collapse)AuthorAge
* fix(new::section): Avoid overriding already existing section fileBenedikt Peetz2024-06-13
|
* refactor(treewide): Improve code quality by working with a FileTreeBenedikt Peetz2024-03-31
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.