AutoYADM commit: 2025-06-20 16:45:15
This commit is contained in:
parent
4300921d35
commit
3db2516ab1
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ define-command -params 1.. shell-async-command %{
|
|||
nop %sh{
|
||||
{
|
||||
stdout="$(eval "$@")"
|
||||
printf 'info -title sh "%s"\n' "$stdout" | kak -p "$kak_session"
|
||||
cmd="$(printf 'info -title sh "%s"\n' "$stdout")"
|
||||
| kak -p "$kak_session"
|
||||
} >/dev/null 2>&1 </dev/null &
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue