AutoYADM commit: 2025-05-19 21:55:24
This commit is contained in:
parent
a9a3824698
commit
76409e6b50
3 changed files with 14 additions and 0 deletions
7
.config/kak/autoload/sh.kak
Normal file
7
.config/kak/autoload/sh.kak
Normal file
|
@ -0,0 +1,7 @@
|
|||
define-command -docstring %{
|
||||
Run the given shell command. Display its output in an info modal.
|
||||
} -params 1.. sh %{
|
||||
info %sh{
|
||||
eval "$@"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue