Const
Show the contents of a tmux paste buffer (tmux show-buffer).
tmux show-buffer
Optional
Readonly
Buffer name to show (-b).
-b
The buffer text.
const latest = await tmux.showBuffer(); Copy
const latest = await tmux.showBuffer();
Show the contents of a tmux paste buffer (
tmux show-buffer).