pub fn canonicalize_path(input: &str) -> PathBuf
Expand tildes in a path. Modified from <https://stackoverflow.com/a/68233480>
<https://stackoverflow.com/a/68233480>