From a7a2d3e94f2b764fd0cb55162c94e35b1c68a304 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 23:26:05 +0000 Subject: [PATCH] docs: improve accuracy of symlink-contents description in README.md Updated the Target Types table to change "each file" to "each item" for the `symlink-contents` type. This more accurately reflects that the command links both files and subdirectories found within the source directory, consistent with the implementation using WalkDir. Co-authored-by: yacosta738 <33158051+yacosta738@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1743511..5f79ee4 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ When `merge_strategy = "merge"`: | Type | Description | |--------------------|-------------------------------------------------------| | `symlink` | Create a symlink to the source file/directory | -| `symlink-contents` | Create symlinks for each file in the source directory | +| `symlink-contents` | Create symlinks for each item in the source directory | The `symlink-contents` type optionally supports a `pattern` field (glob pattern like `*.md`) to filter which files to link.