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