macos-app-config

v1.0.1
Get the current configuration of a macOS application
terminal emulator detection

Get the configuration for macOS applications

macos-app-config

Installation

npm install macos-app-config

Usage

const {guessTerminal} = require('guess-terminal');

switch (guessTerminal()) {
    case 'iterm2':
    case 'hyper':
        console.log('Supports images');
    case 'terminal':
    default:
        console.log('No image support');
}

License

Copyright 2017. guess-terminal is released under the MIT license.

Development

yarn
yarn test --watch

Release

yarn test
yarn build
yarn publish
npm i macos-app-config

Metadata

  • MIT
  • >= 6
  • Mario Nebl
  • released 12/25/2017

Downloads

Maintainers