Expand description
.yuilink marker file detection + parsing.
Two forms are accepted:
- empty file → “junction this dir at the parent mount’s dst” (the original presence-only marker semantics)
- TOML with
[[link]]entries → “junction this dir at each entry’sdst, when filtered” — overrides the parent mount’s dst.
# $DOTFILES/home/.config/nvim/.yuilink
[[link]]
dst = "{{ env(name='HOME') }}/.config/nvim"
[[link]]
dst = "{{ env(name='LOCALAPPDATA') }}/nvim"
when = "{{ yui.os == 'windows' }}"Structs§
Enums§
Functions§
- is_
marker_ dir - Presence-only check: any
.yuilinkfile (empty or with content) counts. Kept for callers that don’t need the spec contents. - read_
spec - Read and parse a
.yuilinkfromdir.