AutoYADM commit: 2025-06-20 16:40:14

This commit is contained in:
Daniel Fichtinger 2025-06-20 16:40:14 -04:00
parent 106e09b862
commit 4300921d35

View file

@ -16,5 +16,13 @@ define-command -docstring %{
fi
}
}
define-command -params 1.. shell-async-command %{
nop %sh{
{
stdout="$(eval "$@")"
printf 'info -title sh "%s"\n' "$stdout" | kak -p "$kak_session"
} >/dev/null 2>&1 </dev/null &
}
}
alias global sh shell-command
alias global ! shell-command