Use plugin IPC routes

This commit is contained in:
Ryan Hughes
2026-05-23 04:32:20 -04:00
parent 25b7dede1d
commit 4cd6593ba3
10 changed files with 71 additions and 84 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
# omarchy:summary=Send an IPC call to the running Omarchy shell
# omarchy:args=[-q] <target> <method> [args...]
# omarchy:examples=omarchy shell shell ping | omarchy-shell menu toggle root
# omarchy:examples=omarchy shell shell ping | omarchy-shell shell toggle omarchy.menu '{"menu":"root"}'
QUIET=0
if [[ ${1:-} == "-q" ]]; then
@@ -26,7 +26,7 @@ Examples:
omarchy-shell shell summon omarchy.settings "{}"
omarchy-shell -q Indicators refresh
omarchy-shell shell listPlugins
omarchy-shell menu toggle root
omarchy-shell shell toggle omarchy.menu '{"menu":"root"}'
USAGE
exit 0
fi