Convert an absolute path to a tilde path: /Users/sindresorhus/dev
→ ~/dev
Resolve a path into an absolute path, using tilde (~) if possible
Convert a tilde path to an absolute path: ~/dev
→ /Users/john/dev
Convert an absolute path to a tilde path: /Users/YourUserName/dev
→ ~/dev
Replace the cwd in an absolute path with the Bash equivalent: ~+
. Like untildify, but for cwd instead of userhome.