mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
lsappinfo: add page (#11878)
* lsappinfo: add page --------- Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
This commit is contained in:
parent
4e03c8f800
commit
43c5d58ce0
1 changed files with 16 additions and 0 deletions
16
pages/osx/lsappinfo.md
Normal file
16
pages/osx/lsappinfo.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue