README
January 9, 2021 · View on GitHub
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 client to stdout.
raw-send Evaluate kak script from stdin in client if set.
raw-send-sync Evaluate kak script from stdin in client if set. Any errors are written on stderr.
send Run one kak command in client if set.
send-fg Focus the session.
send-sync Run one kak command in client if set) and wait for the result.
get Print the echo of arguments in kak client if set.
attach Start a new kak client in session, running the argument kak command at startup.