userhome
A cross-platform path to the user's home
home-or-tmp
Get the user home directory with fallback to the system temp directory
tildify
Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
replace-homedir
Replace user home in a string with another string. Useful for tildifying a path.