Const
Load a tmux paste buffer from a file (tmux load-buffer).
tmux load-buffer
An empty string on success.
await tmux.loadBuffer("./notes.txt", { bufferName: "notes" }); Copy
await tmux.loadBuffer("./notes.txt", { bufferName: "notes" });
Load a tmux paste buffer from a file (
tmux load-buffer).