app-path-cli

Get the path to an app (macOS)

Usage no npm install needed!

<script type="module">
  import appPathCli from 'https://cdn.skypack.dev/app-path-cli';
</script>

README

app-path-cli

Get the path to an app (macOS)

Install

$ npm install --global app-path-cli

Usage

$ app-path --help

  Usage
    $ app-path <app-name|bundle-id>

  Examples
    $ app-path Safari
    /Applications/Safari.app
    $ app-path com.apple.Safari
    /Applications/Safari.app

Related