AutoYADM commit: 2025-06-20 16:40:14
This commit is contained in:
parent
106e09b862
commit
4300921d35
1 changed files with 8 additions and 0 deletions
|
@ -16,5 +16,13 @@ define-command -docstring %{
|
||||||
fi
|
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 sh shell-command
|
||||||
alias global ! shell-command
|
alias global ! shell-command
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue