1.0.7 • Published 6 months ago

@johnlindquist/mac-frontmost v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

@johnlindquist/mac-frontmost

Get the frontmost application on macOS

import { getFrontmostApp } from "@johnlindquist/mac-frontmost"

console.log(getFrontmostApp())
/* Example return type:
{
  localizedName: 'iTerm2',
  bundleIdentifier: 'com.googlecode.iterm2',
  bundleURLPath: '/Applications/iTerm.app',
  executableURLPath: '/Applications/iTerm.app/Contents/MacOS/iTerm2',
  isFinishedLaunching: true,
  processIdentifier: 92918,
  x: 45,
  y: 72,
  width: 885,
  height: 849
}
*/
1.0.7

6 months ago

1.0.6

7 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago