mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 06:42:54 +00:00
22 lines
478 B
Plaintext
22 lines
478 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# lsappinfo
|
|
|
|
> Control and query CoreApplicationServices about the app state on the system.
|
|
> More information: <https://keith.github.io/xcode-man-pages/lsappinfo.8.html>.
|
|
|
|
- List all running applications with their details:
|
|
|
|
`lsappinfo list`
|
|
|
|
- Show the front application:
|
|
|
|
`lsappinfo front`
|
|
|
|
- Show the information for a specific application:
|
|
|
|
`lsappinfo info {{com.apple.calculator}}`
|