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 sessionandsession and client to stdout. raw-send Evaluate kak script from stdin in session.Runinsession. Run in client if set. raw-send-sync Evaluate kak script from stdin in session,waitingforcompletion.Runinsession, waiting for completion. Run in client if set. Any errors are written on stderr. send Run one kak command in session,insession, in client if set. send-fg Focus the clientandrunonekakcommandinclient and run one kak command in session. send-sync Run one kak command in session(insession (in client if set) and wait for the result. get Print the echo of arguments in kak sessiononstdout.Runinsession on stdout. Run in client if set. attach Start a new kak client in session.attachwithStartanewkakclientinsession. attach-with Start a new kak client in session, running the argument kak command at startup.