tildify

Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`

cwdify

Replace the cwd in an absolute path with the Bash equivalent: `~+`. Like untildify, but for cwd instead of userhome.