summary refs log tree commit diff
path: root/bin/man1/ptee.1
blob: bb381ecb4b2b9e154ae87d4a36cc120f852ae664 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.Dd October 18, 2021
.Dt PTEE 1
.Os
.
.Sh NAME
.Nm ptee
.Nd tee for PTYs
.
.Sh SYNOPSIS
.Nm
.Op Fl t Ar ms
.Ar command ...
.Cm >
.Ar file
.
.Sh DESCRIPTION
.Nm
runs
.Ar command
in a new PTY
which is mirrored to
the current PTY
and standard output.
Standard output must be redirected
to a file or pipe.
.
.Pp
Type
.Ic ^S
to write a media copy sequence
to standard output.
Type
.Ic ^Q
to toggle writing to standard output.
.
.Pp
The arguments are as follows:
.Bl -tag -width Ds
.It Fl t Ar ms
Write a media copy sequence
to standard output every
.Ar ms
milliseconds.
.El
.
.Sh SEE ALSO
.Xr script 1
.
.Sh BUGS
Window size changes are not propagated
to the child PTY.
013-04-07ui-blob: don't segfault when no path is givenJohn Keeping 2013-03-20Convert pager navigation into a unordered listLukas Fleischer 2013-03-20Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld 2013-03-20ui-summary.c: Move urls variable into print_urls()Lukas Fleischer 2013-03-20Fix colspan valuesLukas Fleischer 2013-03-20html: check return value of writeJason A. Donenfeld 2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld 2013-03-20cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping 2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping