1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-14 07:18:49 +00:00

Mention that load- and save-buffer can use stdin, from Ramon Fischer.

This commit is contained in:
nicm 2024-08-21 05:06:45 +00:00
parent 06292baadc
commit a6645c4de4

10
tmux.1
View File

@ -6616,6 +6616,11 @@ is given, the buffer is also sent to the clipboard for
using the using the
.Xr xterm 1 .Xr xterm 1
escape sequence, if possible. escape sequence, if possible.
If
.Ar path
is
.Ql - ,
the contents are read from stdin.
.Tg pasteb .Tg pasteb
.It Xo Ic paste-buffer .It Xo Ic paste-buffer
.Op Fl dpr .Op Fl dpr
@ -6653,6 +6658,11 @@ Save the contents of the specified paste buffer to
The The
.Fl a .Fl a
option appends to rather than overwriting the file. option appends to rather than overwriting the file.
If
.Ar path
is
.Ql - ,
the contents are read from stdin.
.It Xo Ic set-buffer .It Xo Ic set-buffer
.Op Fl aw .Op Fl aw
.Op Fl b Ar buffer-name .Op Fl b Ar buffer-name