sindresorhus / macos-version-cli
Get the macOS version of the current system
☆22Updated 3 years ago
Alternatives and similar repositories for macos-version-cli:
Users that are interested in macos-version-cli are comparing it to the libraries listed below
- Convert matching single-quotes to double-quotes: I 'love' unicorns => I "love" unicorns☆21Updated 3 years ago
- Convert a path to a file url: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆28Updated 3 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆18Updated 11 months ago
- Get the path of the current directory in Finder (macOS) and Explorer (Windows)☆18Updated 3 years ago
- Strip comments from CSS☆40Updated 3 years ago
- Get all emails in a text file or stdin☆24Updated 3 years ago
- Get an .app's version in OS X systems.☆24Updated 8 years ago
- Open a website in a popup (macOS)☆19Updated 4 years ago
- Get bundle name from a bundle identifier (macOS): com.apple.Safari → Safari☆17Updated 4 years ago
- Get the path to an app (macOS)☆48Updated 3 years ago
- Control the AnyBar app☆33Updated 3 years ago
- Test your Alfy workflows☆21Updated 7 months ago
- Get bundle identifier from a bundle name (macOS): Safari → com.apple.Safari☆24Updated 3 years ago
- Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns