0.0.13 • Published 8 years ago

app-pid v0.0.13

Weekly downloads
5
License
-
Repository
github
Last release
8 years ago

Install

[sudo] pip install app-pid

[sudo] sudo npm install -g app-pid

Features

  • app name, path, bundle support
  • case insensitive (name, path)

Usage

usage: app-pid app

Example

$ app-pid "iTunes"
294

$ app-pid "iTunes.app"
294

$ app-pid "com.apple.iTunes" # bundle
294

$ app-pid "unknown" &> /dev/null && echo "running" || echo "not running"

Examples/

Feedback GitHub issues Join the chat at https://gitter.im/russianidiot/app-pid.sh.cli GitHub followers


0.0.13

8 years ago