Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev
☆95Sep 18, 2026Updated this week
Alternatives and similar repositories for tildify
Users that are interested in tildify are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆148Updated this week
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆24Updated this week
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `localhost`☆66Updated this week
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆23Updated this week
- Check if a path is the current working directory☆22Updated this week
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- Check if a value is a regular expression☆26Updated this week
- Truncate a semver version: 1.2.3 → 1.2.0☆17Updated this week
- Detect the dominant newline character of a string☆55Updated this week
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆63Updated this week
- Get the visual width of the widest line in a string - the number of columns required to display it☆40Updated this week
- Check if something is a promise