sindresorhus / os-name-cliLinks
Get the name of the current operating system
☆20Updated 2 years ago
Alternatives and similar repositories for os-name-cli
Users that are interested in os-name-cli are comparing it to the libraries listed below
Sorting:
- Convert matching single-quotes to double-quotes: I 'love' unicorns => I "love" unicorns☆22Updated 4 years ago
- Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s☆30Updated last year
- Reliably get the terminal window size - cross-platform☆26Updated 2 years ago
- Get the path to the user home directory☆13Updated 4 years ago
- Convert a path to a file url: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆28Updated 4 years ago
- Display an error in a GUI dialog☆22Updated 4 years ago
- Detect the indentation of code☆23Updated 2 months ago
- Get the path of the current directory in Finder (macOS) and Explorer (Windows)☆19Updated 4 years ago
- Get the default browser☆27Updated last year
- Get the macOS version of the current system☆22Updated 2 months ago
- Check if a filepath is a Markdown file☆22Updated 4 years ago
- Find the root directory of a Node.js project or npm package☆27Updated 5 months ago
- Open the URL from a web shortcut file☆17Updated 4 years ago
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆24Updated 3 years ago
- Check if a string is email like☆25Updated 3 weeks ago
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 4 years ago
- Check if a file path is a compressed file☆19Updated last year
- Open files in your editor at a specific line and column☆54Updated 4 years ago
- Get the URL from a web shortcut file☆14Updated 4 years ago
- Pick random items from a list☆16Updated 4 years ago
- Get the avatar of a GitHub user☆21Updated 4 years ago
- Extract the article title of a HTML document or website☆31Updated 2 months ago
- Check if an Array is sorted☆35Updated 4 years ago
- Get all emails in a text file or stdin☆25Updated 4 years ago
- Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns☆26Updated 4 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆25Updated 3 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆19Updated last year
- Check if a file path is an archive file☆15Updated last year
- Split a string at one or more indices☆25Updated 4 years ago
- Check if an Iterable is empty☆22Updated 2 months ago