sindresorhus / default-browser-idLinks
Get the bundle identifier of the default browser (macOS). Example: com.apple.Safari
☆12Updated last year
Alternatives and similar repositories for default-browser-id
Users that are interested in default-browser-id are comparing it to the libraries listed below
Sorting:
- Check if a file path is an archive file☆14Updated last year
- Get the system default UID☆11Updated last year
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 3 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆17Updated 3 years ago
- Get the passwd user entry from a username or uid☆28Updated 3 years ago
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆22Updated 3 years ago
- Prepend `<br>` to newlines in a string☆12Updated 3 years ago
- Check if a file path is a compressed file☆17Updated last year
- Check if a file path is a text file☆18Updated last year
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 3 years ago
- Normalize the newline characters in a string to `\n`☆30Updated 3 years ago
- Ensure a path doesn't contain null bytes☆13Updated 3 years ago
- Modify the keys of an object☆15Updated 3 years ago
- Get all emails in a text file or stdin☆24Updated 3 years ago
- Get bundle name from a bundle identifier (macOS): com.apple.Safari → Safari☆17Updated 4 years ago
- Get the iTerm2 version☆10Updated 3 years ago
- Parse/stringify contact info like `Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)`☆35Updated 3 years ago
- Check if a filepath is a Markdown file☆20Updated 4 years ago
- Get the path to the user home directory☆13Updated 4 years ago
- Strip the authentication part of a URL☆18Updated 3 years ago
- List of archive file extensions☆14Updated last year
- Check if a string is email like☆23Updated 4 years ago
- Try to downgrade the permissions of a process with root privileges☆16Updated last year
- Get the URL from a web shortcut file☆13Updated 3 years ago
- List of compressed file extensions☆14Updated last year
- Check if a filepath is a video file☆29Updated last year
- Get the version of a binary in semver format☆42Updated last year
- Check if something is a generator function☆22Updated 3 years ago
- Get the maximum permitted length of a path of a Unix domain socket☆13Updated 3 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago