pub fn display_path(path: &Path) -> String
Display-friendly path normalization. Expands ~ for home but does NOT perform filesystem canonicalization (to avoid symlink/mount identity changes for labels).
~