Files
tldr/pages/osx/lsappinfo.md
Mohamed Taher Mosbah 43c5d58ce0 lsappinfo: add page (#11878)
* lsappinfo: add page

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-01-03 19:16:48 +05:30

17 lines
388 B
Markdown

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