snippetbashTip
lsappinfo — Control and query CoreApplicationServices about the app state on the system. More information: <http
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 listShow the front application:
lsappinfo frontShow the information for a specific application:
lsappinfo info {{com.apple.calculator}}Code Snippets
List all running applications with their details
lsappinfo listShow the front application
lsappinfo frontShow the information for a specific application
lsappinfo info {{com.apple.calculator}}Context
tldr-pages: osx/lsappinfo
Revisions (0)
No revisions yet.