HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lsappinfo — Control and query CoreApplicationServices about the app state on the system. More information: <http

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandandcliquerycontrolaboutcoreapplicationserviceslsappinfo
macos

Problem

How to use the lsappinfo command: Control and query CoreApplicationServices about the app state on the system. More information: <https://keith.github.io/xcode-man-pages/lsappinfo.8.html>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: osx/lsappinfo

Revisions (0)

No revisions yet.