Kakoune: open file in client from terminal

Created on 2 Jun 2020  路  4Comments  路  Source: mawww/kakoune

I know about kak.connect.

But is there another way to send a file to a specified session or client (from a terminal that hasn't been started by kak)?
Or send a file / buffer from one client to another?

All 4 comments

Look at the [Commands] implementation and [Interfacing] from Kakoune.

echo "evaluate-commands -client $kakoune_client_name edit $filename" | kak -p $kakoune_session_name ?

I knew I'd answered that question already!

Dupe #3534

this is great, thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Parasrah picture Parasrah  路  4Comments

lenormf picture lenormf  路  3Comments

MasterOfTheTiger picture MasterOfTheTiger  路  4Comments

notramo picture notramo  路  3Comments

fennewald picture fennewald  路  3Comments