1.0.7 • Published 2 years ago

@johnlindquist/mac-frontmost v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago