sindresorhus / app-path-cli

Get the path to an app (macOS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get the path to an app (macOS)

License:MIT License


Languages

Language:JavaScript 100.0%