From 43c5d58ce0f5f80c2d4910c35ef24cc9b2516f13 Mon Sep 17 00:00:00 2001 From: Mohamed Taher Mosbah Date: Wed, 3 Jan 2024 13:46:48 +0000 Subject: [PATCH] lsappinfo: add page (#11878) * lsappinfo: add page --------- Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> --- pages/osx/lsappinfo.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/osx/lsappinfo.md 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}}`