sindresorhus / os-name-cliLinks
Get the name of the current operating system
☆20Updated last year
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 2 years ago
- Get the version of a binary in semver format☆35Updated last year
- Prepend `<br>` to newlines in a string☆12Updated 3 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- Display an error in a GUI dialog☆22Updated 4 years ago
- Get all emails in a text file or stdin☆24Updated 3 years ago
- Convert a path to a file url: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆28Updated 3 years ago
- Check if a string is email like☆23Updated 4 years ago
- Detect the indentation of code☆22Updated 3 years ago
- Check if a filepath is a Markdown file☆20Updated 4 years ago
- Split a string at one or more indices☆23Updated 4 years ago
- Reliably get the terminal window size - cross-platform☆26Updated last year
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆18Updated last year
- Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s☆29Updated last year
- Convert matching single-quotes to double-quotes: I 'love' unicorns => I "love" unicorns☆21Updated 4 years ago
- Check if a file path is a compressed file☆17Updated last year
- Yeoman welcome message used in generators☆19Updated 4 months ago
- Strip the authentication part of a URL☆18Updated 2 years ago
- Find the root directory of a Node.js project or npm package☆25Updated last year
- Modify the keys of an object☆15Updated 3 years ago
- Exclude certain items from an array☆20Updated 3 years ago
- clean up licenses from package.json files and the npm registry☆14Updated 10 years ago
- Alphabetically sort an array of strings☆39Updated 4 years ago
- Get the URL from a web shortcut file☆13Updated 3 years ago
- ES2015 Math.imul() ponyfill☆10Updated last year
- Chrome extension - Show both Issues and Pull Requests in the Issues tab by default. As it previously did.☆52Updated 4 years ago
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 3 years ago
- Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns☆26Updated 4 years ago
- Get the passwd user entry from a username or uid☆27Updated 2 years ago
- Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz☆19Updated 2 years ago