-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
16 lines (15 loc) · 959 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
kakoune-remote-control (krc)
Usage:
krc COMMAND [...ARGS]
Where COMMAND is one of:
kak-defs Run in kak with `eval %sh{ krc kak-defs }` to define :connect.
env Print the current $session and $client to stdout.
raw-send Evaluate kak script from stdin in $session. Run in $client if set.
raw-send-sync Evaluate kak script from stdin in $session, waiting for completion. Run in
$client if set. Any errors are written on stderr.
send Run one kak command in $session, in $client if set.
send-fg Focus the $client and run one kak command in $session.
send-sync Run one kak command in $session (in $client if set) and wait for the result.
get Print the echo of arguments in kak $session on stdout. Run in $client if set.
attach Start a new kak client in $session.
attach-with Start a new kak client in $session, running the argument kak command at startup.