From 82b2212e8552a73c069767af66024e87bfce7d63 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 8 Jun 2025 20:59:13 +1000 Subject: completions: add shell ipc commands Also add shell help subcommand --- main.fish | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main.fish') diff --git a/main.fish b/main.fish index 6039254..2a1ea20 100755 --- a/main.fish +++ b/main.fish @@ -9,6 +9,11 @@ if test "$argv[1]" = shell if test -z "$argv[2..]" $C_DATA/shell/run.fish else + if test "$argv[2]" = help + qs -p $C_DATA/shell ipc show + exit + end + if qs list --all | grep "Config path: $C_DATA/shell/shell.qml" &> /dev/null qs -p $C_DATA/shell ipc call $argv[2..] else -- cgit v1.2.3-freya