Crates.io | fmerge |
lib.rs | fmerge |
version | 0.2.0 |
source | src |
created_at | 2023-04-04 23:11:24.81075 |
updated_at | 2024-11-08 21:27:52.777727 |
description | Merging files recursively. |
homepage | https://replicadse.github.io/fmerge |
repository | https://github.com/replicadse/fmerge |
max_upload_size | |
id | 830539 |
size | 70,858 |
fmerge
is a tool that allows merging files recursively and with custom regex patterns. The include file statements are always relative to the file that includes them.
fmerge merge -p "\{\{\s*([\w./]+)\s*\+?(\d+)?\s*\}\}" ./root.part
Pattern that is matched: {{ relative_path +indentation }}
-> {{ leaf.part +2 }}