pub fn expand_path(path: &str) -> PathBuf
Expand a path that may start with ~ to the full home directory path. Also strips a leading @ prefix (used by some tool interfaces).
~
@