diff --git a/pages/osx/lsappinfo.md b/pages/osx/lsappinfo.md new file mode 100644 index 0000000000..5a4eee913c --- /dev/null +++ b/pages/osx/lsappinfo.md @@ -0,0 +1,16 @@ +# lsappinfo + +> Control and query CoreApplicationServices about the app state on the system. +> More information: . + +- 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}}`