Open the URL from a web shortcut file
☆17Nov 3, 2021Updated 4 years ago
Alternatives and similar repositories for open-shortcut
Users that are interested in open-shortcut are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Get the URL from a web shortcut file☆15Aug 14, 2021Updated 5 years ago
- Open the URL from a web shortcut file in the browser☆20Nov 3, 2021Updated 4 years ago
- Get the URL from a web shortcut file☆17Aug 14, 2021Updated 5 years ago
- Check if a value is a regular expression☆26Sep 18, 2026Updated last week
- Get the iTerm2 version☆11Sep 18, 2026Updated last week
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Convert a path to a file url: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆29Aug 9, 2021Updated 5 years ago
- Parse and stringify file paths with line and column like `unicorn.js14`☆25Nov 22, 2025Updated 10 months ago
- Get the path to the user home directory☆13Apr 9, 2021Updated 5 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆23Sep 18, 2026Updated last week
- Get bundle name from a bundle identifier (macOS): com.apple.Safari → Safari☆18Mar 7, 2021Updated 5 years ago
- Similar to String#trim() but removes only whitespace on the right☆22Jul 9, 2021Updated 5 years ago
- List of platforms supported by Node.js☆12Nov 3, 2021Updated 4 years ago
- Modify the values of an object☆28Sep 18, 2026Updated last week
- Ensure a function is stable, meaning the same input always produces the same output☆16Nov 4, 2023Updated 2 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- Create a noop process and get the PID☆14Aug 10, 2021Updated 5 years ago
- List of useful Quick Look plugins for developers☆10Feb 15, 2017Updated 9 years ago
- Pick random items from a list☆17Aug 10, 2021Updated 5 years ago
- Get the number of days in a month☆27Oct 18, 2021Updated 4 years ago
- Get the path of the current directory in Finder (macOS)☆16Apr 15, 2021Updated 5 years ago
- Strip a substring from the start/end of a string☆23Sep 18, 2026Updated last week
- Get the maximum permitted length of a path of a Unix domain socket☆14Aug 16, 2021Updated 5 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆17Sep 18, 2026Updated last week
- Regular expression for matching scoped npm package names☆28Sep 18, 2026Updated last week
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Check if a value is an error constructor☆14Apr 7, 2021Updated 5 years ago
- Get a random property from an object☆15Jul 2, 2024Updated 2 years ago
- Get a random key from an object☆18Jul 2, 2024Updated 2 years ago
- Get the name of the current operating system☆22Feb 2, 2026Updated 7 months ago
- Convert matching single-quotes to double-quotes: I 'love' unicorns => I "love" unicorns